Html Css Color HEX #CF96CD Lilac

📋 copy color: '#CF96CD'

red 207 ◦ green 150 ◦ blue 205

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

Shades of Lilac #CF96CD

Tints of Lilac #CF96CD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 36.48%

R = 36.83%
G = 26.69%
B = 36.48%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.01

 K value IS 0.19

RGB Variations

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

Color information

#CF96CD (or 0xCF96CD) is known color: Lilac. HEX triplet: CF, 96 and CD. RGB value is (207,150,205). Sum of RGB (Red+Green+Blue) = 207+150+205=562 (74% of max value = 765). Red value is 207 (81.25% from 255 or 36.83% from 562); Green value is 150 (58.98% from 255 or 26.69% from 562); Blue value is 205 (80.47% from 255 or 36.48% from 562); Max value from RGB is 207 - color contains mainly: red. Hex color #CF96CD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CF96CD is #306932. Grayscale: #ADADAD. Windows color (decimal): -3172659 or 13473487. OLE color: 13473487.

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

Color convert

RGB 207 150 205 -
CMYK 0 0.28 0.01 0.19
HSL 302.11º 0.37% 0.7% -
HSV(B) 302.11º 0.28% 0.81% -
XYZ 47.66 39.49 62.87 -
YUV 173.31 145.88 152.03 -
System Red Green Blue C M Y K H S L
Decimal 207 150 205 0 0.28 0.01 0.19 302.11 0.37 0.7
Hex CF 96 CD 0 1C 1 13 12E 25 46
Octal 317 226 315 0 34 1 23 456 45 106
Binary 11001111 10010110 11001101 0 11100 1 10011 100101110 100101 1000110

Color Harmonies of #CF96CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF96CD

Black with #CF96CD

Text Example


Text Example

White with #CF96CD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF96CD; }

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

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

background-color css

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

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

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

border-color css

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

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

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