Html Css Color HEX #CF98CB Lilac

📋 copy color: '#CF98CB'

red 207 ◦ green 152 ◦ blue 203

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

Shades of Lilac #CF98CB

Tints of Lilac #CF98CB

RGB

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

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

 BLUE value IS 203 (79.69% from 255) = 36.12%

R = 36.83%
G = 27.05%
B = 36.12%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.02

 K value IS 0.19

RGB Variations

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

Color information

#CF98CB (or 0xCF98CB) is known color: Lilac. HEX triplet: CF, 98 and CB. RGB value is (207,152,203). Sum of RGB (Red+Green+Blue) = 207+152+203=562 (74% of max value = 765). Red value is 207 (81.25% from 255 or 36.83% from 562); Green value is 152 (59.77% from 255 or 27.05% from 562); Blue value is 203 (79.69% from 255 or 36.12% from 562); Max value from RGB is 207 - color contains mainly: red. Hex color #CF98CB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CF98CB is #306734. Grayscale: #AEAEAE. Windows color (decimal): -3172149 or 13342927. OLE color: 13342927.

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

Color convert

RGB 207 152 203 -
CMYK 0 0.27 0.02 0.19
HSL 304.36º 0.36% 0.7% -
HSV(B) 304.36º 0.27% 0.81% -
XYZ 47.74 40.03 61.71 -
YUV 174.26 144.22 151.35 -
System Red Green Blue C M Y K H S L
Decimal 207 152 203 0 0.27 0.02 0.19 304.36 0.36 0.7
Hex CF 98 CB 0 1B 2 13 130 24 46
Octal 317 230 313 0 33 2 23 460 44 106
Binary 11001111 10011000 11001011 0 11011 10 10011 100110000 100100 1000110

Color Harmonies of #CF98CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF98CB

Black with #CF98CB

Text Example


Text Example

White with #CF98CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF98CB; }

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

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

background-color css

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

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

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

border-color css

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

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

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