Html Css Color HEX #CF9DD3 Lilac

📋 copy color: '#CF9DD3'

red 207 ◦ green 157 ◦ blue 211

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

Shades of Lilac #CF9DD3

Tints of Lilac #CF9DD3

RGB

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

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

 BLUE value IS 211 (82.81% from 255) = 36.7%

R = 36%
G = 27.3%
B = 36.7%

CMYK

 C value IS 0.02

 M value IS 0.26

 Y value IS 0

 K value IS 0.17

RGB Variations

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

Color information

#CF9DD3 (or 0xCF9DD3) is known color: Lilac. HEX triplet: CF, 9D and D3. RGB value is (207,157,211). Sum of RGB (Red+Green+Blue) = 207+157+211=575 (76% of max value = 765). Red value is 207 (81.25% from 255 or 36% from 575); Green value is 157 (61.72% from 255 or 27.30% from 575); Blue value is 211 (82.81% from 255 or 36.70% from 575); Max value from RGB is 211 - color contains mainly: blue. Hex color #CF9DD3 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CF9DD3 is #30622C. Grayscale: #B1B1B1. Windows color (decimal): -3170861 or 13868495. OLE color: 13868495.

HSL color Cylindrical-coordinate representation of color #CF9DD3: hue angle of 295.56º degrees, saturation: 0.38, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #CF9DD3 is Cyan = 0.02, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB 207 157 211 -
CMYK 0.02 0.26 0 0.17
HSL 295.56º 0.38% 0.72% -
HSV(B) 295.56º 0.26% 0.83% -
XYZ 49.55 42.08 67.14 -
YUV 178.11 146.57 148.61 -
System Red Green Blue C M Y K H S L
Decimal 207 157 211 0.02 0.26 0 0.17 295.56 0.38 0.72
Hex CF 9D D3 2 1A 0 11 128 26 48
Octal 317 235 323 2 32 0 21 450 46 110
Binary 11001111 10011101 11010011 10 11010 0 10001 100101000 100110 1001000

Color Harmonies of #CF9DD3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF9DD3

Black with #CF9DD3

Text Example


Text Example

White with #CF9DD3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF9DD3; }

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

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

background-color css

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

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

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

border-color css

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

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

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