Html Css Color HEX #CA79C0 Orchid

📋 copy color: '#CA79C0'

red 202 ◦ green 121 ◦ blue 192

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

Shades of Orchid #CA79C0

Tints of Orchid #CA79C0

RGB

 RED value IS 202 (79.3% from 255) = 39.22%

 GREEN value IS 121 (47.66% from 255) = 23.5%

 BLUE value IS 192 (75.39% from 255) = 37.28%

R = 39.22%
G = 23.5%
B = 37.28%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.05

 K value IS 0.21

RGB Variations

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

Color information

#CA79C0 (or 0xCA79C0) is known color: Orchid. HEX triplet: CA, 79 and C0. RGB value is (202,121,192). Sum of RGB (Red+Green+Blue) = 202+121+192=515 (68% of max value = 765). Red value is 202 (79.30% from 255 or 39.22% from 515); Green value is 121 (47.66% from 255 or 23.50% from 515); Blue value is 192 (75.39% from 255 or 37.28% from 515); Max value from RGB is 202 - color contains mainly: red. Hex color #CA79C0 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CA79C0 is #35863F. Grayscale: #999999. Windows color (decimal): -3507776 or 12614090. OLE color: 12614090.

HSL color Cylindrical-coordinate representation of color #CA79C0: hue angle of 307.41º degrees, saturation: 0.43, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #CA79C0 is Cyan = 0, Magento = 0.40, Yellow = 0.05 and Black (K on CMYK) = 0.21.

Color convert

RGB 202 121 192 -
CMYK 0 0.40 0.05 0.21
HSL 307.41º 0.43% 0.63% -
HSV(B) 307.41º 0.4% 0.79% -
XYZ 40.71 30.04 53.52 -
YUV 153.31 149.84 162.73 -
System Red Green Blue C M Y K H S L
Decimal 202 121 192 0 0.40 0.05 0.21 307.41 0.43 0.63
Hex CA 79 C0 0 28 5 15 133 2B 3F
Octal 312 171 300 0 50 5 25 463 53 77
Binary 11001010 1111001 11000000 0 101000 101 10101 100110011 101011 111111

Color Harmonies of #CA79C0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA79C0

Black with #CA79C0

Text Example


Text Example

White with #CA79C0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA79C0; }

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

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

background-color css

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

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

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

border-color css

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

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

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