Html Css Color HEX #CF9DD5 Lilac

📋 copy color: '#CF9DD5'

red 207 ◦ green 157 ◦ blue 213

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

Shades of Lilac #CF9DD5

Tints of Lilac #CF9DD5

RGB

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

 GREEN value IS 157 (61.72% from 255) = 27.21%

 BLUE value IS 213 (83.59% from 255) = 36.92%

R = 35.88%
G = 27.21%
B = 36.92%

CMYK

 C value IS 0.03

 M value IS 0.26

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#CF9DD5 (or 0xCF9DD5) is known color: Lilac. HEX triplet: CF, 9D and D5. RGB value is (207,157,213). Sum of RGB (Red+Green+Blue) = 207+157+213=577 (76% of max value = 765). Red value is 207 (81.25% from 255 or 35.88% from 577); Green value is 157 (61.72% from 255 or 27.21% from 577); Blue value is 213 (83.59% from 255 or 36.92% from 577); Max value from RGB is 213 - color contains mainly: blue. Hex color #CF9DD5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CF9DD5 is #30622A. Grayscale: #B2B2B2. Windows color (decimal): -3170859 or 13999567. OLE color: 13999567.

HSL color Cylindrical-coordinate representation of color #CF9DD5: hue angle of 293.57º degrees, saturation: 0.4, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #CF9DD5 is Cyan = 0.03, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 207 157 213 -
CMYK 0.03 0.26 0 0.16
HSL 293.57º 0.4% 0.73% -
HSV(B) 293.57º 0.26% 0.84% -
XYZ 49.8 42.18 68.47 -
YUV 178.33 147.57 148.45 -
System Red Green Blue C M Y K H S L
Decimal 207 157 213 0.03 0.26 0 0.16 293.57 0.4 0.73
Hex CF 9D D5 3 1A 0 10 126 28 49
Octal 317 235 325 3 32 0 20 446 50 111
Binary 11001111 10011101 11010101 11 11010 0 10000 100100110 101000 1001001

Color Harmonies of #CF9DD5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF9DD5

Black with #CF9DD5

Text Example


Text Example

White with #CF9DD5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF9DD5; }

 p { color: rgb(207,157,213); }

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

background-color css

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

 a { background-color: rgb(207,157,213); }

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

border-color css

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

 span { border-color: rgb(207,157,213); }

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