Html Css Color HEX #C07CCA Orchid

📋 copy color: '#C07CCA'

red 192 ◦ green 124 ◦ blue 202

#C07CCA
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Orchid #C07CCA

Tints of Orchid #C07CCA

RGB

 RED value IS 192 (75.39% from 255) = 37.07%

 GREEN value IS 124 (48.83% from 255) = 23.94%

 BLUE value IS 202 (79.3% from 255) = 39%

R = 37.07%
G = 23.94%
B = 39%

CMYK

 C value IS 0.05

 M value IS 0.39

 Y value IS 0

 K value IS 0.21

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#C07CCA (or 0xC07CCA) is known color: Orchid. HEX triplet: C0, 7C and CA. RGB value is (192,124,202). Sum of RGB (Red+Green+Blue) = 192+124+202=518 (68% of max value = 765). Red value is 192 (75.39% from 255 or 37.07% from 518); Green value is 124 (48.83% from 255 or 23.94% from 518); Blue value is 202 (79.30% from 255 or 39.00% from 518); Max value from RGB is 202 - color contains mainly: blue. Hex color #C07CCA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C07CCA is #3F8335. Grayscale: #989898. Windows color (decimal): -4162358 or 13270208. OLE color: 13270208.

HSL color Cylindrical-coordinate representation of color #C07CCA: hue angle of 292.31º degrees, saturation: 0.42, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #C07CCA is Cyan = 0.05, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 192 124 202 -
CMYK 0.05 0.39 0 0.21
HSL 292.31º 0.42% 0.64% -
HSV(B) 292.31º 0.39% 0.79% -
XYZ 39.61 29.89 59.56 -
YUV 153.22 155.53 155.66 -
System Red Green Blue C M Y K H S L
Decimal 192 124 202 0.05 0.39 0 0.21 292.31 0.42 0.64
Hex C0 7C CA 5 27 0 15 124 2A 40
Octal 300 174 312 5 47 0 25 444 52 100
Binary 11000000 1111100 11001010 101 100111 0 10101 100100100 101010 1000000

Color Harmonies of #C07CCA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C07CCA

Black with #C07CCA

Text Example


Text Example

White with #C07CCA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C07CCA; }

 p { color: rgb(192,124,202); }

 H1.HeaderClassName
 {
   color: #C07CCA;
 }
 .AnyTagClassName
 {
   color: #C07CCA;
 }
</style>

background-color css

<style>
 a { background-color: #C07CCA; }

 a { background-color: rgb(192,124,202); }

 div.DivClassName
 {
   background-color: #C07CCA;
 }
 .BgClassName
 {
   background-color: #C07CCA;
 }
</style>

border-color css

<style>
 span { border-color: #C07CCA; }

 span { border-color: rgb(192,124,202); }

 td.TdClassName
 {
   border-color: #C07CCA;
 }
 .TagClassName
 {
   border-color: #C07CCA;
 }
</style>