Html Css Color HEX #CF93CE Lilac

📋 copy color: '#CF93CE'

red 207 ◦ green 147 ◦ blue 206

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

Shades of Lilac #CF93CE

Tints of Lilac #CF93CE

RGB

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

 GREEN value IS 147 (57.81% from 255) = 26.25%

 BLUE value IS 206 (80.86% from 255) = 36.79%

R = 36.96%
G = 26.25%
B = 36.79%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.00

 K value IS 0.19

RGB Variations

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

Color information

#CF93CE (or 0xCF93CE) is known color: Lilac. HEX triplet: CF, 93 and CE. RGB value is (207,147,206). Sum of RGB (Red+Green+Blue) = 207+147+206=560 (74% of max value = 765). Red value is 207 (81.25% from 255 or 36.96% from 560); Green value is 147 (57.81% from 255 or 26.25% from 560); Blue value is 206 (80.86% from 255 or 36.79% from 560); Max value from RGB is 207 - color contains mainly: red. Hex color #CF93CE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CF93CE is #306C31. Grayscale: #ABABAB. Windows color (decimal): -3173426 or 13538255. OLE color: 13538255.

HSL color Cylindrical-coordinate representation of color #CF93CE: hue angle of 301º degrees, saturation: 0.38, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #CF93CE is Cyan = 0, Magento = 0.29, Yellow = 0.00 and Black (K on CMYK) = 0.19.

Color convert

RGB 207 147 206 -
CMYK 0 0.29 0.00 0.19
HSL 301º 0.38% 0.69% -
HSV(B) 301º 0.29% 0.81% -
XYZ 47.31 38.59 63.35 -
YUV 171.67 147.38 153.2 -
System Red Green Blue C M Y K H S L
Decimal 207 147 206 0 0.29 0.00 0.19 301 0.38 0.69
Hex CF 93 CE 0 1D 0 13 12D 26 45
Octal 317 223 316 0 35 0 23 455 46 105
Binary 11001111 10010011 11001110 0 11101 0 10011 100101101 100110 1000101

Color Harmonies of #CF93CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF93CE

Black with #CF93CE

Text Example


Text Example

White with #CF93CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF93CE; }

 p { color: rgb(207,147,206); }

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

background-color css

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

 a { background-color: rgb(207,147,206); }

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

border-color css

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

 span { border-color: rgb(207,147,206); }

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