Html Css Color HEX #CD93CB Lilac

📋 copy color: '#CD93CB'

red 205 ◦ green 147 ◦ blue 203

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

Shades of Lilac #CD93CB

Tints of Lilac #CD93CB

RGB

 RED value IS 205 (80.47% from 255) = 36.94%

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

 BLUE value IS 203 (79.69% from 255) = 36.58%

R = 36.94%
G = 26.49%
B = 36.58%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.01

 K value IS 0.20

RGB Variations

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

Color information

#CD93CB (or 0xCD93CB) is known color: Lilac. HEX triplet: CD, 93 and CB. RGB value is (205,147,203). Sum of RGB (Red+Green+Blue) = 205+147+203=555 (73% of max value = 765). Red value is 205 (80.47% from 255 or 36.94% from 555); Green value is 147 (57.81% from 255 or 26.49% from 555); Blue value is 203 (79.69% from 255 or 36.58% from 555); Max value from RGB is 205 - color contains mainly: red. Hex color #CD93CB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CD93CB is #326C34. Grayscale: #AAAAAA. Windows color (decimal): -3304501 or 13341645. OLE color: 13341645.

HSL color Cylindrical-coordinate representation of color #CD93CB: hue angle of 302.07º degrees, saturation: 0.37, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #CD93CB is Cyan = 0, Magento = 0.28, Yellow = 0.01 and Black (K on CMYK) = 0.20.

Color convert

RGB 205 147 203 -
CMYK 0 0.28 0.01 0.20
HSL 302.07º 0.37% 0.69% -
HSV(B) 302.07º 0.28% 0.8% -
XYZ 46.39 38.16 61.42 -
YUV 170.73 146.22 152.45 -
System Red Green Blue C M Y K H S L
Decimal 205 147 203 0 0.28 0.01 0.20 302.07 0.37 0.69
Hex CD 93 CB 0 1C 1 14 12E 25 45
Octal 315 223 313 0 34 1 24 456 45 105
Binary 11001101 10010011 11001011 0 11100 1 10100 100101110 100101 1000101

Color Harmonies of #CD93CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CD93CB

Black with #CD93CB

Text Example


Text Example

White with #CD93CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CD93CB; }

 p { color: rgb(205,147,203); }

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

background-color css

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

 a { background-color: rgb(205,147,203); }

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

border-color css

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

 span { border-color: rgb(205,147,203); }

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