Html Css Color HEX #CF96CB Lilac

📋 copy color: '#CF96CB'

red 207 ◦ green 150 ◦ blue 203

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

Shades of Lilac #CF96CB

Tints of Lilac #CF96CB

RGB

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

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

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

R = 36.96%
G = 26.79%
B = 36.25%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.02

 K value IS 0.19

RGB Variations

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

Color information

#CF96CB (or 0xCF96CB) is known color: Lilac. HEX triplet: CF, 96 and CB. RGB value is (207,150,203). Sum of RGB (Red+Green+Blue) = 207+150+203=560 (74% of max value = 765). Red value is 207 (81.25% from 255 or 36.96% from 560); Green value is 150 (58.98% from 255 or 26.79% from 560); Blue value is 203 (79.69% from 255 or 36.25% from 560); Max value from RGB is 207 - color contains mainly: red. Hex color #CF96CB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CF96CB is #306934. Grayscale: #ACACAC. Windows color (decimal): -3172661 or 13342415. OLE color: 13342415.

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

Color convert

RGB 207 150 203 -
CMYK 0 0.28 0.02 0.19
HSL 304.21º 0.37% 0.7% -
HSV(B) 304.21º 0.28% 0.81% -
XYZ 47.42 39.39 61.6 -
YUV 173.09 144.88 152.19 -
System Red Green Blue C M Y K H S L
Decimal 207 150 203 0 0.28 0.02 0.19 304.21 0.37 0.7
Hex CF 96 CB 0 1C 2 13 130 25 46
Octal 317 226 313 0 34 2 23 460 45 106
Binary 11001111 10010110 11001011 0 11100 10 10011 100110000 100101 1000110

Color Harmonies of #CF96CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF96CB

Black with #CF96CB

Text Example


Text Example

White with #CF96CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF96CB; }

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

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

background-color css

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

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

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

border-color css

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

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

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