Html Css Color HEX #CE93DB Wisteria

📋 copy color: '#CE93DB'

red 206 ◦ green 147 ◦ blue 219

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

Shades of Wisteria #CE93DB

Tints of Wisteria #CE93DB

RGB

 RED value IS 206 (80.86% from 255) = 36.01%

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

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

R = 36.01%
G = 25.7%
B = 38.29%

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

#CE93DB (or 0xCE93DB) is known color: Wisteria. HEX triplet: CE, 93 and DB. RGB value is (206,147,219). Sum of RGB (Red+Green+Blue) = 206+147+219=572 (75% of max value = 765). Red value is 206 (80.86% from 255 or 36.01% from 572); Green value is 147 (57.81% from 255 or 25.70% from 572); Blue value is 219 (85.94% from 255 or 38.29% from 572); Max value from RGB is 219 - color contains mainly: blue. Hex color #CE93DB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CE93DB is #316C24. Grayscale: #ACACAC. Windows color (decimal): -3238949 or 14390222. OLE color: 14390222.

HSL color Cylindrical-coordinate representation of color #CE93DB: hue angle of 289.17º 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 #CE93DB is Cyan = 0.06, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 206 147 219 -
CMYK 0.06 0.33 0 0.14
HSL 289.17º 0.5% 0.72% -
HSV(B) 289.17º 0.33% 0.86% -
XYZ 48.67 39.1 72 -
YUV 172.85 154.05 151.65 -
System Red Green Blue C M Y K H S L
Decimal 206 147 219 0.06 0.33 0 0.14 289.17 0.5 0.72
Hex CE 93 DB 6 21 0 E 121 32 48
Octal 316 223 333 6 41 0 16 441 62 110
Binary 11001110 10010011 11011011 110 100001 0 1110 100100001 110010 1001000

Color Harmonies of #CE93DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE93DB

Black with #CE93DB

Text Example


Text Example

White with #CE93DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE93DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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