Html Css Color HEX #CF97D3 Lilac

📋 copy color: '#CF97D3'

red 207 ◦ green 151 ◦ blue 211

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

Shades of Lilac #CF97D3

Tints of Lilac #CF97D3

RGB

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

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

 BLUE value IS 211 (82.81% from 255) = 37.08%

R = 36.38%
G = 26.54%
B = 37.08%

CMYK

 C value IS 0.02

 M value IS 0.28

 Y value IS 0

 K value IS 0.17

RGB Variations

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

Color information

#CF97D3 (or 0xCF97D3) is known color: Lilac. HEX triplet: CF, 97 and D3. RGB value is (207,151,211). Sum of RGB (Red+Green+Blue) = 207+151+211=569 (75% of max value = 765). Red value is 207 (81.25% from 255 or 36.38% from 569); Green value is 151 (59.38% from 255 or 26.54% from 569); Blue value is 211 (82.81% from 255 or 37.08% from 569); Max value from RGB is 211 - color contains mainly: blue. Hex color #CF97D3 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CF97D3 is #30682C. Grayscale: #AEAEAE. Windows color (decimal): -3172397 or 13866959. OLE color: 13866959.

HSL color Cylindrical-coordinate representation of color #CF97D3: hue angle of 296º degrees, saturation: 0.41, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #CF97D3 is Cyan = 0.02, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB 207 151 211 -
CMYK 0.02 0.28 0 0.17
HSL 296º 0.41% 0.71% -
HSV(B) 296º 0.28% 0.83% -
XYZ 48.56 40.1 66.81 -
YUV 174.58 148.55 151.12 -
System Red Green Blue C M Y K H S L
Decimal 207 151 211 0.02 0.28 0 0.17 296 0.41 0.71
Hex CF 97 D3 2 1C 0 11 128 29 47
Octal 317 227 323 2 34 0 21 450 51 107
Binary 11001111 10010111 11010011 10 11100 0 10001 100101000 101001 1000111

Color Harmonies of #CF97D3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF97D3

Black with #CF97D3

Text Example


Text Example

White with #CF97D3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF97D3; }

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

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

background-color css

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

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

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

border-color css

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

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

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