Html Css Color HEX #CA8ABB Lily

📋 copy color: '#CA8ABB'

red 202 ◦ green 138 ◦ blue 187

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

Shades of Lily #CA8ABB

Tints of Lily #CA8ABB

RGB

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

 GREEN value IS 138 (54.3% from 255) = 26.19%

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

R = 38.33%
G = 26.19%
B = 35.48%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.07

 K value IS 0.21

RGB Variations

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

Color information

#CA8ABB (or 0xCA8ABB) is known color: Lily. HEX triplet: CA, 8A and BB. RGB value is (202,138,187). Sum of RGB (Red+Green+Blue) = 202+138+187=527 (69% of max value = 765). Red value is 202 (79.30% from 255 or 38.33% from 527); Green value is 138 (54.30% from 255 or 26.19% from 527); Blue value is 187 (73.44% from 255 or 35.48% from 527); Max value from RGB is 202 - color contains mainly: red. Hex color #CA8ABB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CA8ABB is #357544. Grayscale: #A2A2A2. Windows color (decimal): -3503429 or 12290762. OLE color: 12290762.

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

Color convert

RGB 202 138 187 -
CMYK 0 0.32 0.07 0.21
HSL 314.06º 0.38% 0.67% -
HSV(B) 314.06º 0.32% 0.79% -
XYZ 42.42 34.32 51.4 -
YUV 162.72 141.7 156.02 -
System Red Green Blue C M Y K H S L
Decimal 202 138 187 0 0.32 0.07 0.21 314.06 0.38 0.67
Hex CA 8A BB 0 20 7 15 13A 26 43
Octal 312 212 273 0 40 7 25 472 46 103
Binary 11001010 10001010 10111011 0 100000 111 10101 100111010 100110 1000011

Color Harmonies of #CA8ABB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA8ABB

Black with #CA8ABB

Text Example


Text Example

White with #CA8ABB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA8ABB; }

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

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

background-color css

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

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

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

border-color css

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

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

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