Html Css Color HEX #CB85C7 Lilac

📋 copy color: '#CB85C7'

red 203 ◦ green 133 ◦ blue 199

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

Shades of Lilac #CB85C7

Tints of Lilac #CB85C7

RGB

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

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

 BLUE value IS 199 (78.13% from 255) = 37.2%

R = 37.94%
G = 24.86%
B = 37.2%

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

#CB85C7 (or 0xCB85C7) is known color: Lilac. HEX triplet: CB, 85 and C7. RGB value is (203,133,199). Sum of RGB (Red+Green+Blue) = 203+133+199=535 (70% of max value = 765). Red value is 203 (79.69% from 255 or 37.94% from 535); Green value is 133 (52.34% from 255 or 24.86% from 535); Blue value is 199 (78.12% from 255 or 37.20% from 535); Max value from RGB is 203 - color contains mainly: red. Hex color #CB85C7 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CB85C7 is #347A38. Grayscale: #A1A1A1. Windows color (decimal): -3439161 or 13075915. OLE color: 13075915.

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

Color convert

RGB 203 133 199 -
CMYK 0 0.34 0.02 0.20
HSL 303.43º 0.4% 0.66% -
HSV(B) 303.43º 0.34% 0.8% -
XYZ 43.32 33.6 58.23 -
YUV 161.45 149.19 157.63 -
System Red Green Blue C M Y K H S L
Decimal 203 133 199 0 0.34 0.02 0.20 303.43 0.4 0.66
Hex CB 85 C7 0 22 2 14 12F 28 42
Octal 313 205 307 0 42 2 24 457 50 102
Binary 11001011 10000101 11000111 0 100010 10 10100 100101111 101000 1000010

Color Harmonies of #CB85C7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB85C7

Black with #CB85C7

Text Example


Text Example

White with #CB85C7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB85C7; }

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

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

background-color css

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

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

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

border-color css

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

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

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