Html Css Color HEX #CC98CF Lilac

📋 copy color: '#CC98CF'

red 204 ◦ green 152 ◦ blue 207

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

Shades of Lilac #CC98CF

Tints of Lilac #CC98CF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 36.77%

R = 36.23%
G = 27%
B = 36.77%

CMYK

 C value IS 0.01

 M value IS 0.27

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#CC98CF (or 0xCC98CF) is known color: Lilac. HEX triplet: CC, 98 and CF. RGB value is (204,152,207). Sum of RGB (Red+Green+Blue) = 204+152+207=563 (74% of max value = 765). Red value is 204 (80.08% from 255 or 36.23% from 563); Green value is 152 (59.77% from 255 or 27.00% from 563); Blue value is 207 (81.25% from 255 or 36.77% from 563); Max value from RGB is 207 - color contains mainly: blue. Hex color #CC98CF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CC98CF is #336730. Grayscale: #ADADAD. Windows color (decimal): -3368753 or 13605068. OLE color: 13605068.

HSL color Cylindrical-coordinate representation of color #CC98CF: hue angle of 296.73º degrees, saturation: 0.36, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #CC98CF is Cyan = 0.01, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 204 152 207 -
CMYK 0.01 0.27 0 0.19
HSL 296.73º 0.36% 0.7% -
HSV(B) 296.73º 0.27% 0.81% -
XYZ 47.39 39.8 64.22 -
YUV 173.82 146.73 149.53 -
System Red Green Blue C M Y K H S L
Decimal 204 152 207 0.01 0.27 0 0.19 296.73 0.36 0.7
Hex CC 98 CF 1 1B 0 13 129 24 46
Octal 314 230 317 1 33 0 23 451 44 106
Binary 11001100 10011000 11001111 1 11011 0 10011 100101001 100100 1000110

Color Harmonies of #CC98CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC98CF

Black with #CC98CF

Text Example


Text Example

White with #CC98CF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC98CF; }

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

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

background-color css

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

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

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

border-color css

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

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

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