Html Css Color HEX #CB98CC Lilac

📋 copy color: '#CB98CC'

red 203 ◦ green 152 ◦ blue 204

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

Shades of Lilac #CB98CC

Tints of Lilac #CB98CC

RGB

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

 GREEN value IS 152 (59.77% from 255) = 27.19%

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

R = 36.31%
G = 27.19%
B = 36.49%

CMYK

 C value IS 0.00

 M value IS 0.25

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#CB98CC (or 0xCB98CC) is known color: Lilac. HEX triplet: CB, 98 and CC. RGB value is (203,152,204). Sum of RGB (Red+Green+Blue) = 203+152+204=559 (74% of max value = 765). Red value is 203 (79.69% from 255 or 36.31% from 559); Green value is 152 (59.77% from 255 or 27.19% from 559); Blue value is 204 (80.08% from 255 or 36.49% from 559); Max value from RGB is 204 - color contains mainly: blue. Hex color #CB98CC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CB98CC is #346733. Grayscale: #ADADAD. Windows color (decimal): -3434292 or 13408459. OLE color: 13408459.

HSL color Cylindrical-coordinate representation of color #CB98CC: hue angle of 298.85º degrees, saturation: 0.34, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #CB98CC is Cyan = 0.00, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 203 152 204 -
CMYK 0.00 0.25 0 0.2
HSL 298.85º 0.34% 0.7% -
HSV(B) 298.85º 0.25% 0.8% -
XYZ 46.76 39.51 62.29 -
YUV 173.18 145.4 149.27 -
System Red Green Blue C M Y K H S L
Decimal 203 152 204 0.00 0.25 0 0.2 298.85 0.34 0.7
Hex CB 98 CC 0 19 0 14 12B 22 46
Octal 313 230 314 0 31 0 24 453 42 106
Binary 11001011 10011000 11001100 0 11001 0 10100 100101011 100010 1000110

Color Harmonies of #CB98CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB98CC

Black with #CB98CC

Text Example


Text Example

White with #CB98CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB98CC; }

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

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

background-color css

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

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

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

border-color css

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

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

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