Html Css Color HEX #CF96CE Lilac

📋 copy color: '#CF96CE'

red 207 ◦ green 150 ◦ blue 206

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

Shades of Lilac #CF96CE

Tints of Lilac #CF96CE

RGB

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

 GREEN value IS 150 (58.98% from 255) = 26.64%

 BLUE value IS 206 (80.86% from 255) = 36.59%

R = 36.77%
G = 26.64%
B = 36.59%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.00

 K value IS 0.19

RGB Variations

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

Color information

#CF96CE (or 0xCF96CE) is known color: Lilac. HEX triplet: CF, 96 and CE. RGB value is (207,150,206). Sum of RGB (Red+Green+Blue) = 207+150+206=563 (74% of max value = 765). Red value is 207 (81.25% from 255 or 36.77% from 563); Green value is 150 (58.98% from 255 or 26.64% from 563); Blue value is 206 (80.86% from 255 or 36.59% from 563); Max value from RGB is 207 - color contains mainly: red. Hex color #CF96CE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CF96CE is #306931. Grayscale: #ADADAD. Windows color (decimal): -3172658 or 13539023. OLE color: 13539023.

HSL color Cylindrical-coordinate representation of color #CF96CE: hue angle of 301.05º degrees, saturation: 0.37, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #CF96CE is Cyan = 0, Magento = 0.28, Yellow = 0.00 and Black (K on CMYK) = 0.19.

Color convert

RGB 207 150 206 -
CMYK 0 0.28 0.00 0.19
HSL 301.05º 0.37% 0.7% -
HSV(B) 301.05º 0.28% 0.81% -
XYZ 47.78 39.53 63.51 -
YUV 173.43 146.38 151.95 -
System Red Green Blue C M Y K H S L
Decimal 207 150 206 0 0.28 0.00 0.19 301.05 0.37 0.7
Hex CF 96 CE 0 1C 0 13 12D 25 46
Octal 317 226 316 0 34 0 23 455 45 106
Binary 11001111 10010110 11001110 0 11100 0 10011 100101101 100101 1000110

Color Harmonies of #CF96CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF96CE

Black with #CF96CE

Text Example


Text Example

White with #CF96CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF96CE; }

 p { color: rgb(207,150,206); }

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

background-color css

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

 a { background-color: rgb(207,150,206); }

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

border-color css

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

 span { border-color: rgb(207,150,206); }

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