Html Css Color HEX #CB85C5 Lilac

📋 copy color: '#CB85C5'

red 203 ◦ green 133 ◦ blue 197

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

Shades of Lilac #CB85C5

Tints of Lilac #CB85C5

RGB

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

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

 BLUE value IS 197 (77.34% from 255) = 36.96%

R = 38.09%
G = 24.95%
B = 36.96%

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

#CB85C5 (or 0xCB85C5) is known color: Lilac. HEX triplet: CB, 85 and C5. RGB value is (203,133,197). Sum of RGB (Red+Green+Blue) = 203+133+197=533 (70% of max value = 765). Red value is 203 (79.69% from 255 or 38.09% from 533); Green value is 133 (52.34% from 255 or 24.95% from 533); Blue value is 197 (77.34% from 255 or 36.96% from 533); Max value from RGB is 203 - color contains mainly: red. Hex color #CB85C5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CB85C5 is #347A3A. Grayscale: #A1A1A1. Windows color (decimal): -3439163 or 12944843. OLE color: 12944843.

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

Color convert

RGB 203 133 197 -
CMYK 0 0.34 0.03 0.20
HSL 305.14º 0.4% 0.66% -
HSV(B) 305.14º 0.34% 0.8% -
XYZ 43.09 33.5 57.02 -
YUV 161.23 148.19 157.8 -
System Red Green Blue C M Y K H S L
Decimal 203 133 197 0 0.34 0.03 0.20 305.14 0.4 0.66
Hex CB 85 C5 0 22 3 14 131 28 42
Octal 313 205 305 0 42 3 24 461 50 102
Binary 11001011 10000101 11000101 0 100010 11 10100 100110001 101000 1000010

Color Harmonies of #CB85C5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB85C5

Black with #CB85C5

Text Example


Text Example

White with #CB85C5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB85C5; }

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

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

background-color css

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

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

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

border-color css

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

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

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