Html Css Color HEX #CF97CB Lilac

📋 copy color: '#CF97CB'

red 207 ◦ green 151 ◦ blue 203

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

Shades of Lilac #CF97CB

Tints of Lilac #CF97CB

RGB

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

 GREEN value IS 151 (59.38% from 255) = 26.92%

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

R = 36.9%
G = 26.92%
B = 36.19%

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

#CF97CB (or 0xCF97CB) is known color: Lilac. HEX triplet: CF, 97 and CB. RGB value is (207,151,203). Sum of RGB (Red+Green+Blue) = 207+151+203=561 (74% of max value = 765). Red value is 207 (81.25% from 255 or 36.90% from 561); Green value is 151 (59.38% from 255 or 26.92% from 561); Blue value is 203 (79.69% from 255 or 36.19% from 561); Max value from RGB is 207 - color contains mainly: red. Hex color #CF97CB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CF97CB is #306834. Grayscale: #ADADAD. Windows color (decimal): -3172405 or 13342671. OLE color: 13342671.

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

Color convert

RGB 207 151 203 -
CMYK 0 0.27 0.02 0.19
HSL 304.29º 0.37% 0.7% -
HSV(B) 304.29º 0.27% 0.81% -
XYZ 47.58 39.71 61.66 -
YUV 173.67 144.55 151.77 -
System Red Green Blue C M Y K H S L
Decimal 207 151 203 0 0.27 0.02 0.19 304.29 0.37 0.7
Hex CF 97 CB 0 1B 2 13 130 25 46
Octal 317 227 313 0 33 2 23 460 45 106
Binary 11001111 10010111 11001011 0 11011 10 10011 100110000 100101 1000110

Color Harmonies of #CF97CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF97CB

Black with #CF97CB

Text Example


Text Example

White with #CF97CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF97CB; }

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

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

background-color css

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

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

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

border-color css

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

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

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