Html Css Color HEX #CA78B2 Lily

📋 copy color: '#CA78B2'

red 202 ◦ green 120 ◦ blue 178

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

Shades of Lily #CA78B2

Tints of Lily #CA78B2

RGB

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

 GREEN value IS 120 (47.27% from 255) = 24%

 BLUE value IS 178 (69.92% from 255) = 35.6%

R = 40.4%
G = 24%
B = 35.6%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.12

 K value IS 0.21

RGB Variations

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

Color information

#CA78B2 (or 0xCA78B2) is known color: Lily. HEX triplet: CA, 78 and B2. RGB value is (202,120,178). Sum of RGB (Red+Green+Blue) = 202+120+178=500 (66% of max value = 765). Red value is 202 (79.30% from 255 or 40.4% from 500); Green value is 120 (47.27% from 255 or 24% from 500); Blue value is 178 (69.92% from 255 or 35.6% from 500); Max value from RGB is 202 - color contains mainly: red. Hex color #CA78B2 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CA78B2 is #35874D. Grayscale: #969696. Windows color (decimal): -3508046 or 11696330. OLE color: 11696330.

HSL color Cylindrical-coordinate representation of color #CA78B2: hue angle of 317.56º degrees, saturation: 0.44, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #CA78B2 is Cyan = 0, Magento = 0.41, Yellow = 0.12 and Black (K on CMYK) = 0.21.

Color convert

RGB 202 120 178 -
CMYK 0 0.41 0.12 0.21
HSL 317.56º 0.44% 0.63% -
HSV(B) 317.56º 0.41% 0.79% -
XYZ 39.11 29.2 45.7 -
YUV 151.13 143.17 164.28 -
System Red Green Blue C M Y K H S L
Decimal 202 120 178 0 0.41 0.12 0.21 317.56 0.44 0.63
Hex CA 78 B2 0 29 C 15 13E 2C 3F
Octal 312 170 262 0 51 14 25 476 54 77
Binary 11001010 1111000 10110010 0 101001 1100 10101 100111110 101100 111111

Color Harmonies of #CA78B2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA78B2

Black with #CA78B2

Text Example


Text Example

White with #CA78B2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA78B2; }

 p { color: rgb(202,120,178); }

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

background-color css

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

 a { background-color: rgb(202,120,178); }

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

border-color css

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

 span { border-color: rgb(202,120,178); }

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