Html Css Color HEX #CA94BD Lily

📋 copy color: '#CA94BD'

red 202 ◦ green 148 ◦ blue 189

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

Shades of Lily #CA94BD

Tints of Lily #CA94BD

RGB

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

 GREEN value IS 148 (58.2% from 255) = 27.46%

 BLUE value IS 189 (74.22% from 255) = 35.06%

R = 37.48%
G = 27.46%
B = 35.06%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.06

 K value IS 0.21

RGB Variations

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

Color information

#CA94BD (or 0xCA94BD) is known color: Lily. HEX triplet: CA, 94 and BD. RGB value is (202,148,189). Sum of RGB (Red+Green+Blue) = 202+148+189=539 (71% of max value = 765). Red value is 202 (79.30% from 255 or 37.48% from 539); Green value is 148 (58.20% from 255 or 27.46% from 539); Blue value is 189 (74.22% from 255 or 35.06% from 539); Max value from RGB is 202 - color contains mainly: red. Hex color #CA94BD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CA94BD is #356B42. Grayscale: #A8A8A8. Windows color (decimal): -3500867 or 12424394. OLE color: 12424394.

HSL color Cylindrical-coordinate representation of color #CA94BD: hue angle of 314.44º degrees, saturation: 0.34, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #CA94BD is Cyan = 0, Magento = 0.27, Yellow = 0.06 and Black (K on CMYK) = 0.21.

Color convert

RGB 202 148 189 -
CMYK 0 0.27 0.06 0.21
HSL 314.44º 0.34% 0.69% -
HSV(B) 314.44º 0.27% 0.79% -
XYZ 44.13 37.41 53.04 -
YUV 168.82 139.39 151.67 -
System Red Green Blue C M Y K H S L
Decimal 202 148 189 0 0.27 0.06 0.21 314.44 0.34 0.69
Hex CA 94 BD 0 1B 6 15 13A 22 45
Octal 312 224 275 0 33 6 25 472 42 105
Binary 11001010 10010100 10111101 0 11011 110 10101 100111010 100010 1000101

Color Harmonies of #CA94BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA94BD

Black with #CA94BD

Text Example


Text Example

White with #CA94BD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA94BD; }

 p { color: rgb(202,148,189); }

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

background-color css

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

 a { background-color: rgb(202,148,189); }

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

border-color css

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

 span { border-color: rgb(202,148,189); }

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