Html Css Color HEX #CF97CA Lilac

📋 copy color: '#CF97CA'

red 207 ◦ green 151 ◦ blue 202

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

Shades of Lilac #CF97CA

Tints of Lilac #CF97CA

RGB

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

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

 BLUE value IS 202 (79.3% from 255) = 36.07%

R = 36.96%
G = 26.96%
B = 36.07%

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

#CF97CA (or 0xCF97CA) is known color: Lilac. HEX triplet: CF, 97 and CA. RGB value is (207,151,202). Sum of RGB (Red+Green+Blue) = 207+151+202=560 (74% of max value = 765). Red value is 207 (81.25% from 255 or 36.96% from 560); Green value is 151 (59.38% from 255 or 26.96% from 560); Blue value is 202 (79.30% from 255 or 36.07% from 560); Max value from RGB is 207 - color contains mainly: red. Hex color #CF97CA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CF97CA is #306835. Grayscale: #ADADAD. Windows color (decimal): -3172406 or 13277135. OLE color: 13277135.

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

Color convert

RGB 207 151 202 -
CMYK 0 0.27 0.02 0.19
HSL 305.36º 0.37% 0.7% -
HSV(B) 305.36º 0.27% 0.81% -
XYZ 47.46 39.66 61.03 -
YUV 173.56 144.05 151.85 -
System Red Green Blue C M Y K H S L
Decimal 207 151 202 0 0.27 0.02 0.19 305.36 0.37 0.7
Hex CF 97 CA 0 1B 2 13 131 25 46
Octal 317 227 312 0 33 2 23 461 45 106
Binary 11001111 10010111 11001010 0 11011 10 10011 100110001 100101 1000110

Color Harmonies of #CF97CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF97CA

Black with #CF97CA

Text Example


Text Example

White with #CF97CA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF97CA; }

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

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

background-color css

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

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

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

border-color css

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

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

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