Html Css Color HEX #CC98CC Lilac

📋 copy color: '#CC98CC'

red 204 ◦ green 152 ◦ blue 204

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

Shades of Lilac #CC98CC

Tints of Lilac #CC98CC

RGB

 RED value IS 204 (80.08% from 255) = 36.43%

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

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

R = 36.43%
G = 27.14%
B = 36.43%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#CC98CC (or 0xCC98CC) is known color: Lilac. HEX triplet: CC, 98 and CC. RGB value is (204,152,204). Sum of RGB (Red+Green+Blue) = 204+152+204=560 (74% of max value = 765). Red value is 204 (80.08% from 255 or 36.43% from 560); Green value is 152 (59.77% from 255 or 27.14% from 560); Blue value is 204 (80.08% from 255 or 36.43% from 560); Max value from RGB is 204 - color contains mainly: red, blue. Hex color #CC98CC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CC98CC is #336733. Grayscale: #ADADAD. Windows color (decimal): -3368756 or 13408460. OLE color: 13408460.

HSL color Cylindrical-coordinate representation of color #CC98CC: hue angle of 300º 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 #CC98CC is Cyan = 0, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 204 152 204 -
CMYK 0 0.25 0 0.2
HSL 300º 0.34% 0.7% -
HSV(B) 300º 0.25% 0.8% -
XYZ 47.03 39.65 62.3 -
YUV 173.48 145.23 149.77 -
System Red Green Blue C M Y K H S L
Decimal 204 152 204 0 0.25 0 0.2 300 0.34 0.7
Hex CC 98 CC 0 19 0 14 12C 22 46
Octal 314 230 314 0 31 0 24 454 42 106
Binary 11001100 10011000 11001100 0 11001 0 10100 100101100 100010 1000110

Color Harmonies of #CC98CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC98CC

Black with #CC98CC

Text Example


Text Example

White with #CC98CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC98CC; }

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

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

background-color css

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

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

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

border-color css

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

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

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