Html Css Color HEX #CD93DB Wisteria

📋 copy color: '#CD93DB'

red 205 ◦ green 147 ◦ blue 219

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

Shades of Wisteria #CD93DB

Tints of Wisteria #CD93DB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 38.35%

R = 35.9%
G = 25.74%
B = 38.35%

CMYK

 C value IS 0.06

 M value IS 0.33

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#CD93DB (or 0xCD93DB) is known color: Wisteria. HEX triplet: CD, 93 and DB. RGB value is (205,147,219). Sum of RGB (Red+Green+Blue) = 205+147+219=571 (75% of max value = 765). Red value is 205 (80.47% from 255 or 35.90% from 571); Green value is 147 (57.81% from 255 or 25.74% from 571); Blue value is 219 (85.94% from 255 or 38.35% from 571); Max value from RGB is 219 - color contains mainly: blue. Hex color #CD93DB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CD93DB is #326C24. Grayscale: #ACACAC. Windows color (decimal): -3304485 or 14390221. OLE color: 14390221.

HSL color Cylindrical-coordinate representation of color #CD93DB: hue angle of 288.33º degrees, saturation: 0.5, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #CD93DB is Cyan = 0.06, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 205 147 219 -
CMYK 0.06 0.33 0 0.14
HSL 288.33º 0.5% 0.72% -
HSV(B) 288.33º 0.33% 0.86% -
XYZ 48.4 38.96 71.99 -
YUV 172.55 154.22 151.15 -
System Red Green Blue C M Y K H S L
Decimal 205 147 219 0.06 0.33 0 0.14 288.33 0.5 0.72
Hex CD 93 DB 6 21 0 E 120 32 48
Octal 315 223 333 6 41 0 16 440 62 110
Binary 11001101 10010011 11011011 110 100001 0 1110 100100000 110010 1001000

Color Harmonies of #CD93DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CD93DB

Black with #CD93DB

Text Example


Text Example

White with #CD93DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CD93DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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