Html Css Color HEX #CC98CA Lilac

📋 copy color: '#CC98CA'

red 204 ◦ green 152 ◦ blue 202

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

Shades of Lilac #CC98CA

Tints of Lilac #CC98CA

RGB

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

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

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

R = 36.56%
G = 27.24%
B = 36.2%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.01

 K value IS 0.2

RGB Variations

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

Color information

#CC98CA (or 0xCC98CA) is known color: Lilac. HEX triplet: CC, 98 and CA. RGB value is (204,152,202). Sum of RGB (Red+Green+Blue) = 204+152+202=558 (73% of max value = 765). Red value is 204 (80.08% from 255 or 36.56% from 558); Green value is 152 (59.77% from 255 or 27.24% from 558); Blue value is 202 (79.30% from 255 or 36.20% from 558); Max value from RGB is 204 - color contains mainly: red. Hex color #CC98CA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CC98CA is #336735. Grayscale: #ADADAD. Windows color (decimal): -3368758 or 13277388. OLE color: 13277388.

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

Color convert

RGB 204 152 202 -
CMYK 0 0.25 0.01 0.2
HSL 302.31º 0.34% 0.7% -
HSV(B) 302.31º 0.25% 0.8% -
XYZ 46.79 39.56 61.05 -
YUV 173.25 144.23 149.93 -
System Red Green Blue C M Y K H S L
Decimal 204 152 202 0 0.25 0.01 0.2 302.31 0.34 0.7
Hex CC 98 CA 0 19 1 14 12E 22 46
Octal 314 230 312 0 31 1 24 456 42 106
Binary 11001100 10011000 11001010 0 11001 1 10100 100101110 100010 1000110

Color Harmonies of #CC98CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC98CA

Black with #CC98CA

Text Example


Text Example

White with #CC98CA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC98CA; }

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

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

background-color css

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

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

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

border-color css

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

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

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