Html Css Color HEX #CA7FAF Lily

📋 copy color: '#CA7FAF'

red 202 ◦ green 127 ◦ blue 175

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

Shades of Lily #CA7FAF

Tints of Lily #CA7FAF

RGB

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

 GREEN value IS 127 (50% from 255) = 25.2%

 BLUE value IS 175 (68.75% from 255) = 34.72%

R = 40.08%
G = 25.2%
B = 34.72%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.13

 K value IS 0.21

RGB Variations

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

Color information

#CA7FAF (or 0xCA7FAF) is known color: Lily. HEX triplet: CA, 7F and AF. RGB value is (202,127,175). Sum of RGB (Red+Green+Blue) = 202+127+175=504 (66% of max value = 765). Red value is 202 (79.30% from 255 or 40.08% from 504); Green value is 127 (50% from 255 or 25.20% from 504); Blue value is 175 (68.75% from 255 or 34.72% from 504); Max value from RGB is 202 - color contains mainly: red. Hex color #CA7FAF is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CA7FAF is #358050. Grayscale: #9A9A9A. Windows color (decimal): -3506257 or 11501514. OLE color: 11501514.

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

Color convert

RGB 202 127 175 -
CMYK 0 0.37 0.13 0.21
HSL 321.6º 0.41% 0.65% -
HSV(B) 321.6º 0.37% 0.79% -
XYZ 39.68 30.83 44.42 -
YUV 154.9 139.35 161.6 -
System Red Green Blue C M Y K H S L
Decimal 202 127 175 0 0.37 0.13 0.21 321.6 0.41 0.65
Hex CA 7F AF 0 25 D 15 142 29 41
Octal 312 177 257 0 45 15 25 502 51 101
Binary 11001010 1111111 10101111 0 100101 1101 10101 101000010 101001 1000001

Color Harmonies of #CA7FAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA7FAF

Black with #CA7FAF

Text Example


Text Example

White with #CA7FAF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA7FAF; }

 p { color: rgb(202,127,175); }

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

background-color css

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

 a { background-color: rgb(202,127,175); }

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

border-color css

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

 span { border-color: rgb(202,127,175); }

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