Html Css Color HEX #CF98CC Lilac

📋 copy color: '#CF98CC'

red 207 ◦ green 152 ◦ blue 204

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

Shades of Lilac #CF98CC

Tints of Lilac #CF98CC

RGB

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

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

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

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

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.01

 K value IS 0.19

RGB Variations

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

Color information

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

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

Color convert

RGB 207 152 204 -
CMYK 0 0.27 0.01 0.19
HSL 303.27º 0.36% 0.7% -
HSV(B) 303.27º 0.27% 0.81% -
XYZ 47.86 40.08 62.34 -
YUV 174.37 144.72 151.27 -
System Red Green Blue C M Y K H S L
Decimal 207 152 204 0 0.27 0.01 0.19 303.27 0.36 0.7
Hex CF 98 CC 0 1B 1 13 12F 24 46
Octal 317 230 314 0 33 1 23 457 44 106
Binary 11001111 10011000 11001100 0 11011 1 10011 100101111 100100 1000110

Color Harmonies of #CF98CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF98CC

Black with #CF98CC

Text Example


Text Example

White with #CF98CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF98CC; }

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

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

background-color css

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

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

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

border-color css

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

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

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