Html Css Color HEX #CA79D9 Orchid

📋 copy color: '#CA79D9'

red 202 ◦ green 121 ◦ blue 217

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

Shades of Orchid #CA79D9

Tints of Orchid #CA79D9

RGB

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

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

 BLUE value IS 217 (85.16% from 255) = 40.19%

R = 37.41%
G = 22.41%
B = 40.19%

CMYK

 C value IS 0.07

 M value IS 0.44

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#CA79D9 (or 0xCA79D9) is known color: Orchid. HEX triplet: CA, 79 and D9. RGB value is (202,121,217). Sum of RGB (Red+Green+Blue) = 202+121+217=540 (71% of max value = 765). Red value is 202 (79.30% from 255 or 37.41% from 540); Green value is 121 (47.66% from 255 or 22.41% from 540); Blue value is 217 (85.16% from 255 or 40.19% from 540); Max value from RGB is 217 - color contains mainly: blue. Hex color #CA79D9 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CA79D9 is #358626. Grayscale: #9B9B9B. Windows color (decimal): -3507751 or 14252490. OLE color: 14252490.

HSL color Cylindrical-coordinate representation of color #CA79D9: hue angle of 290.62º degrees, saturation: 0.56, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #CA79D9 is Cyan = 0.07, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 202 121 217 -
CMYK 0.07 0.44 0 0.15
HSL 290.63º 0.56% 0.66% -
HSV(B) 290.63º 0.44% 0.85% -
XYZ 43.72 31.24 69.37 -
YUV 156.16 162.34 160.69 -
System Red Green Blue C M Y K H S L
Decimal 202 121 217 0.07 0.44 0 0.15 290.63 0.56 0.66
Hex CA 79 D9 7 2C 0 F 123 38 42
Octal 312 171 331 7 54 0 17 443 70 102
Binary 11001010 1111001 11011001 111 101100 0 1111 100100011 111000 1000010

Color Harmonies of #CA79D9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA79D9

Black with #CA79D9

Text Example


Text Example

White with #CA79D9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA79D9; }

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

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

background-color css

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

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

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

border-color css

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

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

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