Html Css Color HEX #CA8EBB Lily

📋 copy color: '#CA8EBB'

red 202 ◦ green 142 ◦ blue 187

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

Shades of Lily #CA8EBB

Tints of Lily #CA8EBB

RGB

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

 GREEN value IS 142 (55.86% from 255) = 26.74%

 BLUE value IS 187 (73.44% from 255) = 35.22%

R = 38.04%
G = 26.74%
B = 35.22%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.07

 K value IS 0.21

RGB Variations

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

Color information

#CA8EBB (or 0xCA8EBB) is known color: Lily. HEX triplet: CA, 8E and BB. RGB value is (202,142,187). Sum of RGB (Red+Green+Blue) = 202+142+187=531 (70% of max value = 765). Red value is 202 (79.30% from 255 or 38.04% from 531); Green value is 142 (55.86% from 255 or 26.74% from 531); Blue value is 187 (73.44% from 255 or 35.22% from 531); Max value from RGB is 202 - color contains mainly: red. Hex color #CA8EBB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CA8EBB is #357144. Grayscale: #A4A4A4. Windows color (decimal): -3502405 or 12291786. OLE color: 12291786.

HSL color Cylindrical-coordinate representation of color #CA8EBB: hue angle of 315º degrees, saturation: 0.36, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #CA8EBB is Cyan = 0, Magento = 0.30, Yellow = 0.07 and Black (K on CMYK) = 0.21.

Color convert

RGB 202 142 187 -
CMYK 0 0.30 0.07 0.21
HSL 315º 0.36% 0.67% -
HSV(B) 315º 0.3% 0.79% -
XYZ 43 35.49 51.6 -
YUV 165.07 140.38 154.34 -
System Red Green Blue C M Y K H S L
Decimal 202 142 187 0 0.30 0.07 0.21 315 0.36 0.67
Hex CA 8E BB 0 1E 7 15 13B 24 43
Octal 312 216 273 0 36 7 25 473 44 103
Binary 11001010 10001110 10111011 0 11110 111 10101 100111011 100100 1000011

Color Harmonies of #CA8EBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA8EBB

Black with #CA8EBB

Text Example


Text Example

White with #CA8EBB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA8EBB; }

 p { color: rgb(202,142,187); }

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

background-color css

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

 a { background-color: rgb(202,142,187); }

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

border-color css

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

 span { border-color: rgb(202,142,187); }

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