Html Css Color HEX #CA8CBD Lily

📋 copy color: '#CA8CBD'

red 202 ◦ green 140 ◦ blue 189

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

Shades of Lily #CA8CBD

Tints of Lily #CA8CBD

RGB

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

 GREEN value IS 140 (55.08% from 255) = 26.37%

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

R = 38.04%
G = 26.37%
B = 35.59%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.06

 K value IS 0.21

RGB Variations

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

Color information

#CA8CBD (or 0xCA8CBD) is known color: Lily. HEX triplet: CA, 8C and BD. RGB value is (202,140,189). Sum of RGB (Red+Green+Blue) = 202+140+189=531 (70% of max value = 765). Red value is 202 (79.30% from 255 or 38.04% from 531); Green value is 140 (55.08% from 255 or 26.37% from 531); Blue value is 189 (74.22% from 255 or 35.59% from 531); Max value from RGB is 202 - color contains mainly: red. Hex color #CA8CBD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CA8CBD is #357342. Grayscale: #A3A3A3. Windows color (decimal): -3502915 or 12422346. OLE color: 12422346.

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

Color convert

RGB 202 140 189 -
CMYK 0 0.31 0.06 0.21
HSL 312.58º 0.37% 0.67% -
HSV(B) 312.58º 0.31% 0.79% -
XYZ 42.92 34.99 52.64 -
YUV 164.12 142.04 155.02 -
System Red Green Blue C M Y K H S L
Decimal 202 140 189 0 0.31 0.06 0.21 312.58 0.37 0.67
Hex CA 8C BD 0 1F 6 15 139 25 43
Octal 312 214 275 0 37 6 25 471 45 103
Binary 11001010 10001100 10111101 0 11111 110 10101 100111001 100101 1000011

Color Harmonies of #CA8CBD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA8CBD

Black with #CA8CBD

Text Example


Text Example

White with #CA8CBD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA8CBD; }

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

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

background-color css

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

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

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

border-color css

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

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

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