Html Css Color HEX #CF98C2 Lilac

📋 copy color: '#CF98C2'

red 207 ◦ green 152 ◦ blue 194

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

Shades of Lilac #CF98C2

Tints of Lilac #CF98C2

RGB

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

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

 BLUE value IS 194 (76.17% from 255) = 35.08%

R = 37.43%
G = 27.49%
B = 35.08%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.06

 K value IS 0.19

RGB Variations

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

Color information

#CF98C2 (or 0xCF98C2) is known color: Lilac. HEX triplet: CF, 98 and C2. RGB value is (207,152,194). Sum of RGB (Red+Green+Blue) = 207+152+194=553 (73% of max value = 765). Red value is 207 (81.25% from 255 or 37.43% from 553); Green value is 152 (59.77% from 255 or 27.49% from 553); Blue value is 194 (76.17% from 255 or 35.08% from 553); Max value from RGB is 207 - color contains mainly: red. Hex color #CF98C2 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CF98C2 is #30673D. Grayscale: #ADADAD. Windows color (decimal): -3172158 or 12753103. OLE color: 12753103.

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

Color convert

RGB 207 152 194 -
CMYK 0 0.27 0.06 0.19
HSL 314.18º 0.36% 0.7% -
HSV(B) 314.18º 0.27% 0.81% -
XYZ 46.7 39.62 56.22 -
YUV 173.23 139.72 152.08 -
System Red Green Blue C M Y K H S L
Decimal 207 152 194 0 0.27 0.06 0.19 314.18 0.36 0.7
Hex CF 98 C2 0 1B 6 13 13A 24 46
Octal 317 230 302 0 33 6 23 472 44 106
Binary 11001111 10011000 11000010 0 11011 110 10011 100111010 100100 1000110

Color Harmonies of #CF98C2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF98C2

Black with #CF98C2

Text Example


Text Example

White with #CF98C2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF98C2; }

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

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

background-color css

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

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

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

border-color css

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

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

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