Html Css Color HEX #CC93D0 Lilac

📋 copy color: '#CC93D0'

red 204 ◦ green 147 ◦ blue 208

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

Shades of Lilac #CC93D0

Tints of Lilac #CC93D0

RGB

 RED value IS 204 (80.08% from 255) = 36.49%

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

 BLUE value IS 208 (81.64% from 255) = 37.21%

R = 36.49%
G = 26.3%
B = 37.21%

CMYK

 C value IS 0.02

 M value IS 0.29

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#CC93D0 (or 0xCC93D0) is known color: Lilac. HEX triplet: CC, 93 and D0. RGB value is (204,147,208). Sum of RGB (Red+Green+Blue) = 204+147+208=559 (74% of max value = 765). Red value is 204 (80.08% from 255 or 36.49% from 559); Green value is 147 (57.81% from 255 or 26.30% from 559); Blue value is 208 (81.64% from 255 or 37.21% from 559); Max value from RGB is 208 - color contains mainly: blue. Hex color #CC93D0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CC93D0 is #336C2F. Grayscale: #AAAAAA. Windows color (decimal): -3370032 or 13669324. OLE color: 13669324.

HSL color Cylindrical-coordinate representation of color #CC93D0: hue angle of 296.07º degrees, saturation: 0.39, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #CC93D0 is Cyan = 0.02, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 204 147 208 -
CMYK 0.02 0.29 0 0.18
HSL 296.07º 0.39% 0.7% -
HSV(B) 296.07º 0.29% 0.82% -
XYZ 46.72 38.26 64.6 -
YUV 171 148.88 151.54 -
System Red Green Blue C M Y K H S L
Decimal 204 147 208 0.02 0.29 0 0.18 296.07 0.39 0.7
Hex CC 93 D0 2 1D 0 12 128 27 46
Octal 314 223 320 2 35 0 22 450 47 106
Binary 11001100 10010011 11010000 10 11101 0 10010 100101000 100111 1000110

Color Harmonies of #CC93D0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC93D0

Black with #CC93D0

Text Example


Text Example

White with #CC93D0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC93D0; }

 p { color: rgb(204,147,208); }

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

background-color css

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

 a { background-color: rgb(204,147,208); }

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

border-color css

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

 span { border-color: rgb(204,147,208); }

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