Html Css Color HEX #CB86C4 Lilac

📋 copy color: '#CB86C4'

red 203 ◦ green 134 ◦ blue 196

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

Shades of Lilac #CB86C4

Tints of Lilac #CB86C4

RGB

 RED value IS 203 (79.69% from 255) = 38.09%

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

 BLUE value IS 196 (76.95% from 255) = 36.77%

R = 38.09%
G = 25.14%
B = 36.77%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.03

 K value IS 0.20

RGB Variations

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

Color information

#CB86C4 (or 0xCB86C4) is known color: Lilac. HEX triplet: CB, 86 and C4. RGB value is (203,134,196). Sum of RGB (Red+Green+Blue) = 203+134+196=533 (70% of max value = 765). Red value is 203 (79.69% from 255 or 38.09% from 533); Green value is 134 (52.73% from 255 or 25.14% from 533); Blue value is 196 (76.95% from 255 or 36.77% from 533); Max value from RGB is 203 - color contains mainly: red. Hex color #CB86C4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CB86C4 is #34793B. Grayscale: #A1A1A1. Windows color (decimal): -3438908 or 12879563. OLE color: 12879563.

HSL color Cylindrical-coordinate representation of color #CB86C4: hue angle of 306.09º degrees, saturation: 0.4, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #CB86C4 is Cyan = 0, Magento = 0.34, Yellow = 0.03 and Black (K on CMYK) = 0.20.

Color convert

RGB 203 134 196 -
CMYK 0 0.34 0.03 0.20
HSL 306.09º 0.4% 0.66% -
HSV(B) 306.09º 0.34% 0.8% -
XYZ 43.12 33.73 56.46 -
YUV 161.7 147.36 157.46 -
System Red Green Blue C M Y K H S L
Decimal 203 134 196 0 0.34 0.03 0.20 306.09 0.4 0.66
Hex CB 86 C4 0 22 3 14 132 28 42
Octal 313 206 304 0 42 3 24 462 50 102
Binary 11001011 10000110 11000100 0 100010 11 10100 100110010 101000 1000010

Color Harmonies of #CB86C4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB86C4

Black with #CB86C4

Text Example


Text Example

White with #CB86C4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB86C4; }

 p { color: rgb(203,134,196); }

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

background-color css

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

 a { background-color: rgb(203,134,196); }

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

border-color css

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

 span { border-color: rgb(203,134,196); }

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