Html Css Color HEX #CB95CA Lilac

📋 copy color: '#CB95CA'

red 203 ◦ green 149 ◦ blue 202

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

Shades of Lilac #CB95CA

Tints of Lilac #CB95CA

RGB

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

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

 BLUE value IS 202 (79.3% from 255) = 36.46%

R = 36.64%
G = 26.9%
B = 36.46%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.00

 K value IS 0.20

RGB Variations

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

Color information

#CB95CA (or 0xCB95CA) is known color: Lilac. HEX triplet: CB, 95 and CA. RGB value is (203,149,202). Sum of RGB (Red+Green+Blue) = 203+149+202=554 (73% of max value = 765). Red value is 203 (79.69% from 255 or 36.64% from 554); Green value is 149 (58.59% from 255 or 26.90% from 554); Blue value is 202 (79.30% from 255 or 36.46% from 554); Max value from RGB is 203 - color contains mainly: red. Hex color #CB95CA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CB95CA is #346A35. Grayscale: #ABABAB. Windows color (decimal): -3435062 or 13276619. OLE color: 13276619.

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

Color convert

RGB 203 149 202 -
CMYK 0 0.27 0.00 0.20
HSL 301.11º 0.34% 0.69% -
HSV(B) 301.11º 0.27% 0.8% -
XYZ 46.04 38.46 60.87 -
YUV 171.19 145.39 150.69 -
System Red Green Blue C M Y K H S L
Decimal 203 149 202 0 0.27 0.00 0.20 301.11 0.34 0.69
Hex CB 95 CA 0 1B 0 14 12D 22 45
Octal 313 225 312 0 33 0 24 455 42 105
Binary 11001011 10010101 11001010 0 11011 0 10100 100101101 100010 1000101

Color Harmonies of #CB95CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB95CA

Black with #CB95CA

Text Example


Text Example

White with #CB95CA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB95CA; }

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

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

background-color css

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

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

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

border-color css

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

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

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