Html Css Color HEX #CB94CC Lilac

📋 copy color: '#CB94CC'

red 203 ◦ green 148 ◦ blue 204

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

Shades of Lilac #CB94CC

Tints of Lilac #CB94CC

RGB

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

 GREEN value IS 148 (58.2% from 255) = 26.67%

 BLUE value IS 204 (80.08% from 255) = 36.76%

R = 36.58%
G = 26.67%
B = 36.76%

CMYK

 C value IS 0.00

 M value IS 0.27

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#CB94CC (or 0xCB94CC) is known color: Lilac. HEX triplet: CB, 94 and CC. RGB value is (203,148,204). Sum of RGB (Red+Green+Blue) = 203+148+204=555 (73% of max value = 765). Red value is 203 (79.69% from 255 or 36.58% from 555); Green value is 148 (58.20% from 255 or 26.67% from 555); Blue value is 204 (80.08% from 255 or 36.76% from 555); Max value from RGB is 204 - color contains mainly: blue. Hex color #CB94CC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CB94CC is #346B33. Grayscale: #AAAAAA. Windows color (decimal): -3435316 or 13407435. OLE color: 13407435.

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

Color convert

RGB 203 148 204 -
CMYK 0.00 0.27 0 0.2
HSL 298.93º 0.35% 0.69% -
HSV(B) 298.93º 0.27% 0.8% -
XYZ 46.12 38.24 62.08 -
YUV 170.83 146.72 150.95 -
System Red Green Blue C M Y K H S L
Decimal 203 148 204 0.00 0.27 0 0.2 298.93 0.35 0.69
Hex CB 94 CC 0 1B 0 14 12B 23 45
Octal 313 224 314 0 33 0 24 453 43 105
Binary 11001011 10010100 11001100 0 11011 0 10100 100101011 100011 1000101

Color Harmonies of #CB94CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB94CC

Black with #CB94CC

Text Example


Text Example

White with #CB94CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB94CC; }

 p { color: rgb(203,148,204); }

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

background-color css

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

 a { background-color: rgb(203,148,204); }

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

border-color css

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

 span { border-color: rgb(203,148,204); }

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