Html Css Color HEX #CF9AD5 Lilac

📋 copy color: '#CF9AD5'

red 207 ◦ green 154 ◦ blue 213

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

Shades of Lilac #CF9AD5

Tints of Lilac #CF9AD5

RGB

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

 GREEN value IS 154 (60.55% from 255) = 26.83%

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

R = 36.06%
G = 26.83%
B = 37.11%

CMYK

 C value IS 0.03

 M value IS 0.28

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#CF9AD5 (or 0xCF9AD5) is known color: Lilac. HEX triplet: CF, 9A and D5. RGB value is (207,154,213). Sum of RGB (Red+Green+Blue) = 207+154+213=574 (76% of max value = 765). Red value is 207 (81.25% from 255 or 36.06% from 574); Green value is 154 (60.55% from 255 or 26.83% from 574); Blue value is 213 (83.59% from 255 or 37.11% from 574); Max value from RGB is 213 - color contains mainly: blue. Hex color #CF9AD5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CF9AD5 is #30652A. Grayscale: #B0B0B0. Windows color (decimal): -3171627 or 13998799. OLE color: 13998799.

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

Color convert

RGB 207 154 213 -
CMYK 0.03 0.28 0 0.16
HSL 293.9º 0.41% 0.72% -
HSV(B) 293.9º 0.28% 0.84% -
XYZ 49.3 41.18 68.3 -
YUV 176.57 148.56 149.7 -
System Red Green Blue C M Y K H S L
Decimal 207 154 213 0.03 0.28 0 0.16 293.9 0.41 0.72
Hex CF 9A D5 3 1C 0 10 126 29 48
Octal 317 232 325 3 34 0 20 446 51 110
Binary 11001111 10011010 11010101 11 11100 0 10000 100100110 101001 1001000

Color Harmonies of #CF9AD5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF9AD5

Black with #CF9AD5

Text Example


Text Example

White with #CF9AD5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF9AD5; }

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

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

background-color css

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

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

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

border-color css

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

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

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