Html Css Color HEX #CF8ED4 Lilac

📋 copy color: '#CF8ED4'

red 207 ◦ green 142 ◦ blue 212

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

Shades of Lilac #CF8ED4

Tints of Lilac #CF8ED4

RGB

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

 GREEN value IS 142 (55.86% from 255) = 25.31%

 BLUE value IS 212 (83.2% from 255) = 37.79%

R = 36.9%
G = 25.31%
B = 37.79%

CMYK

 C value IS 0.02

 M value IS 0.33

 Y value IS 0

 K value IS 0.17

RGB Variations

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

Color information

#CF8ED4 (or 0xCF8ED4) is known color: Lilac. HEX triplet: CF, 8E and D4. RGB value is (207,142,212). Sum of RGB (Red+Green+Blue) = 207+142+212=561 (74% of max value = 765). Red value is 207 (81.25% from 255 or 36.90% from 561); Green value is 142 (55.86% from 255 or 25.31% from 561); Blue value is 212 (83.20% from 255 or 37.79% from 561); Max value from RGB is 212 - color contains mainly: blue. Hex color #CF8ED4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CF8ED4 is #30712B. Grayscale: #A9A9A9. Windows color (decimal): -3174700 or 13930191. OLE color: 13930191.

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

Color convert

RGB 207 142 212 -
CMYK 0.02 0.33 0 0.17
HSL 295.71º 0.45% 0.69% -
HSV(B) 295.71º 0.33% 0.83% -
XYZ 47.29 37.36 67.01 -
YUV 169.42 152.03 154.81 -
System Red Green Blue C M Y K H S L
Decimal 207 142 212 0.02 0.33 0 0.17 295.71 0.45 0.69
Hex CF 8E D4 2 21 0 11 128 2D 45
Octal 317 216 324 2 41 0 21 450 55 105
Binary 11001111 10001110 11010100 10 100001 0 10001 100101000 101101 1000101

Color Harmonies of #CF8ED4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF8ED4

Black with #CF8ED4

Text Example


Text Example

White with #CF8ED4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF8ED4; }

 p { color: rgb(207,142,212); }

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

background-color css

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

 a { background-color: rgb(207,142,212); }

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

border-color css

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

 span { border-color: rgb(207,142,212); }

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