Html Css Color HEX #CA7DAE Lily

📋 copy color: '#CA7DAE'

red 202 ◦ green 125 ◦ blue 174

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

Shades of Lily #CA7DAE

Tints of Lily #CA7DAE

RGB

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

 GREEN value IS 125 (49.22% from 255) = 24.95%

 BLUE value IS 174 (68.36% from 255) = 34.73%

R = 40.32%
G = 24.95%
B = 34.73%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.14

 K value IS 0.21

RGB Variations

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

Color information

#CA7DAE (or 0xCA7DAE) is known color: Lily. HEX triplet: CA, 7D and AE. RGB value is (202,125,174). Sum of RGB (Red+Green+Blue) = 202+125+174=501 (66% of max value = 765). Red value is 202 (79.30% from 255 or 40.32% from 501); Green value is 125 (49.22% from 255 or 24.95% from 501); Blue value is 174 (68.36% from 255 or 34.73% from 501); Max value from RGB is 202 - color contains mainly: red. Hex color #CA7DAE is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CA7DAE is #358251. Grayscale: #999999. Windows color (decimal): -3506770 or 11435466. OLE color: 11435466.

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

Color convert

RGB 202 125 174 -
CMYK 0 0.38 0.14 0.21
HSL 321.82º 0.42% 0.64% -
HSV(B) 321.82º 0.38% 0.79% -
XYZ 39.33 30.28 43.82 -
YUV 153.61 139.51 162.52 -
System Red Green Blue C M Y K H S L
Decimal 202 125 174 0 0.38 0.14 0.21 321.82 0.42 0.64
Hex CA 7D AE 0 26 E 15 142 2A 40
Octal 312 175 256 0 46 16 25 502 52 100
Binary 11001010 1111101 10101110 0 100110 1110 10101 101000010 101010 1000000

Color Harmonies of #CA7DAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA7DAE

Black with #CA7DAE

Text Example


Text Example

White with #CA7DAE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA7DAE; }

 p { color: rgb(202,125,174); }

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

background-color css

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

 a { background-color: rgb(202,125,174); }

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

border-color css

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

 span { border-color: rgb(202,125,174); }

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