Html Css Color HEX #CA86BD Lily

📋 copy color: '#CA86BD'

red 202 ◦ green 134 ◦ blue 189

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

Shades of Lily #CA86BD

Tints of Lily #CA86BD

RGB

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

 GREEN value IS 134 (52.73% from 255) = 25.52%

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

R = 38.48%
G = 25.52%
B = 36%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.06

 K value IS 0.21

RGB Variations

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

Color information

#CA86BD (or 0xCA86BD) is known color: Lily. HEX triplet: CA, 86 and BD. RGB value is (202,134,189). Sum of RGB (Red+Green+Blue) = 202+134+189=525 (69% of max value = 765). Red value is 202 (79.30% from 255 or 38.48% from 525); Green value is 134 (52.73% from 255 or 25.52% from 525); Blue value is 189 (74.22% from 255 or 36% from 525); Max value from RGB is 202 - color contains mainly: red. Hex color #CA86BD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CA86BD is #357942. Grayscale: #A0A0A0. Windows color (decimal): -3504451 or 12420810. OLE color: 12420810.

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

Color convert

RGB 202 134 189 -
CMYK 0 0.34 0.06 0.21
HSL 311.47º 0.39% 0.66% -
HSV(B) 311.47º 0.34% 0.79% -
XYZ 42.07 33.28 52.35 -
YUV 160.6 144.03 157.53 -
System Red Green Blue C M Y K H S L
Decimal 202 134 189 0 0.34 0.06 0.21 311.47 0.39 0.66
Hex CA 86 BD 0 22 6 15 137 27 42
Octal 312 206 275 0 42 6 25 467 47 102
Binary 11001010 10000110 10111101 0 100010 110 10101 100110111 100111 1000010

Color Harmonies of #CA86BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA86BD

Black with #CA86BD

Text Example


Text Example

White with #CA86BD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA86BD; }

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

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

background-color css

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

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

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

border-color css

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

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

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