Html Css Color HEX #CB85C6 Lilac

📋 copy color: '#CB85C6'

red 203 ◦ green 133 ◦ blue 198

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

Shades of Lilac #CB85C6

Tints of Lilac #CB85C6

RGB

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

 GREEN value IS 133 (52.34% from 255) = 24.91%

 BLUE value IS 198 (77.73% from 255) = 37.08%

R = 38.01%
G = 24.91%
B = 37.08%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.02

 K value IS 0.20

RGB Variations

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

Color information

#CB85C6 (or 0xCB85C6) is known color: Lilac. HEX triplet: CB, 85 and C6. RGB value is (203,133,198). Sum of RGB (Red+Green+Blue) = 203+133+198=534 (70% of max value = 765). Red value is 203 (79.69% from 255 or 38.01% from 534); Green value is 133 (52.34% from 255 or 24.91% from 534); Blue value is 198 (77.73% from 255 or 37.08% from 534); Max value from RGB is 203 - color contains mainly: red. Hex color #CB85C6 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CB85C6 is #347A39. Grayscale: #A1A1A1. Windows color (decimal): -3439162 or 13010379. OLE color: 13010379.

HSL color Cylindrical-coordinate representation of color #CB85C6: hue angle of 304.29º 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 #CB85C6 is Cyan = 0, Magento = 0.34, Yellow = 0.02 and Black (K on CMYK) = 0.20.

Color convert

RGB 203 133 198 -
CMYK 0 0.34 0.02 0.20
HSL 304.29º 0.4% 0.66% -
HSV(B) 304.29º 0.34% 0.8% -
XYZ 43.21 33.55 57.62 -
YUV 161.34 148.69 157.71 -
System Red Green Blue C M Y K H S L
Decimal 203 133 198 0 0.34 0.02 0.20 304.29 0.4 0.66
Hex CB 85 C6 0 22 2 14 130 28 42
Octal 313 205 306 0 42 2 24 460 50 102
Binary 11001011 10000101 11000110 0 100010 10 10100 100110000 101000 1000010

Color Harmonies of #CB85C6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB85C6

Black with #CB85C6

Text Example


Text Example

White with #CB85C6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB85C6; }

 p { color: rgb(203,133,198); }

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

background-color css

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

 a { background-color: rgb(203,133,198); }

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

border-color css

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

 span { border-color: rgb(203,133,198); }

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