Html Css Color HEX #CB95C5 Lilac

📋 copy color: '#CB95C5'

red 203 ◦ green 149 ◦ blue 197

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

Shades of Lilac #CB95C5

Tints of Lilac #CB95C5

RGB

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

 GREEN value IS 149 (58.59% from 255) = 27.14%

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

R = 36.98%
G = 27.14%
B = 35.88%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.03

 K value IS 0.20

RGB Variations

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

Color information

#CB95C5 (or 0xCB95C5) is known color: Lilac. HEX triplet: CB, 95 and C5. RGB value is (203,149,197). Sum of RGB (Red+Green+Blue) = 203+149+197=549 (72% of max value = 765). Red value is 203 (79.69% from 255 or 36.98% from 549); Green value is 149 (58.59% from 255 or 27.14% from 549); Blue value is 197 (77.34% from 255 or 35.88% from 549); Max value from RGB is 203 - color contains mainly: red. Hex color #CB95C5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CB95C5 is #346A3A. Grayscale: #AAAAAA. Windows color (decimal): -3435067 or 12948939. OLE color: 12948939.

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

Color convert

RGB 203 149 197 -
CMYK 0 0.27 0.03 0.20
HSL 306.67º 0.34% 0.69% -
HSV(B) 306.67º 0.27% 0.8% -
XYZ 45.45 38.22 57.81 -
YUV 170.62 142.89 151.1 -
System Red Green Blue C M Y K H S L
Decimal 203 149 197 0 0.27 0.03 0.20 306.67 0.34 0.69
Hex CB 95 C5 0 1B 3 14 133 22 45
Octal 313 225 305 0 33 3 24 463 42 105
Binary 11001011 10010101 11000101 0 11011 11 10100 100110011 100010 1000101

Color Harmonies of #CB95C5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB95C5

Black with #CB95C5

Text Example


Text Example

White with #CB95C5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB95C5; }

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

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

background-color css

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

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

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

border-color css

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

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

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