Html Css Color HEX #CF9BD0 Lilac

📋 copy color: '#CF9BD0'

red 207 ◦ green 155 ◦ blue 208

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

Shades of Lilac #CF9BD0

Tints of Lilac #CF9BD0

RGB

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

 GREEN value IS 155 (60.94% from 255) = 27.19%

 BLUE value IS 208 (81.64% from 255) = 36.49%

R = 36.32%
G = 27.19%
B = 36.49%

CMYK

 C value IS 0.00

 M value IS 0.25

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#CF9BD0 (or 0xCF9BD0) is known color: Lilac. HEX triplet: CF, 9B and D0. RGB value is (207,155,208). Sum of RGB (Red+Green+Blue) = 207+155+208=570 (75% of max value = 765). Red value is 207 (81.25% from 255 or 36.32% from 570); Green value is 155 (60.94% from 255 or 27.19% from 570); Blue value is 208 (81.64% from 255 or 36.49% from 570); Max value from RGB is 208 - color contains mainly: blue. Hex color #CF9BD0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CF9BD0 is #30642F. Grayscale: #B0B0B0. Windows color (decimal): -3171376 or 13671375. OLE color: 13671375.

HSL color Cylindrical-coordinate representation of color #CF9BD0: hue angle of 298.87º degrees, saturation: 0.36, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #CF9BD0 is Cyan = 0.00, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 207 155 208 -
CMYK 0.00 0.25 0 0.18
HSL 298.87º 0.36% 0.71% -
HSV(B) 298.87º 0.25% 0.82% -
XYZ 48.84 41.26 65.06 -
YUV 176.59 145.73 149.69 -
System Red Green Blue C M Y K H S L
Decimal 207 155 208 0.00 0.25 0 0.18 298.87 0.36 0.71
Hex CF 9B D0 0 19 0 12 12B 24 47
Octal 317 233 320 0 31 0 22 453 44 107
Binary 11001111 10011011 11010000 0 11001 0 10010 100101011 100100 1000111

Color Harmonies of #CF9BD0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF9BD0

Black with #CF9BD0

Text Example


Text Example

White with #CF9BD0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF9BD0; }

 p { color: rgb(207,155,208); }

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

background-color css

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

 a { background-color: rgb(207,155,208); }

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

border-color css

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

 span { border-color: rgb(207,155,208); }

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