Html Css Color HEX #CE93D8 Wisteria

📋 copy color: '#CE93D8'

red 206 ◦ green 147 ◦ blue 216

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

Shades of Wisteria #CE93D8

Tints of Wisteria #CE93D8

RGB

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

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

 BLUE value IS 216 (84.77% from 255) = 37.96%

R = 36.2%
G = 25.83%
B = 37.96%

CMYK

 C value IS 0.05

 M value IS 0.32

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#CE93D8 (or 0xCE93D8) is known color: Wisteria. HEX triplet: CE, 93 and D8. RGB value is (206,147,216). Sum of RGB (Red+Green+Blue) = 206+147+216=569 (75% of max value = 765). Red value is 206 (80.86% from 255 or 36.20% from 569); Green value is 147 (57.81% from 255 or 25.83% from 569); Blue value is 216 (84.77% from 255 or 37.96% from 569); Max value from RGB is 216 - color contains mainly: blue. Hex color #CE93D8 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CE93D8 is #316C27. Grayscale: #ACACAC. Windows color (decimal): -3238952 or 14193614. OLE color: 14193614.

HSL color Cylindrical-coordinate representation of color #CE93D8: hue angle of 291.3º degrees, saturation: 0.47, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #CE93D8 is Cyan = 0.05, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 206 147 216 -
CMYK 0.05 0.32 0 0.15
HSL 291.3º 0.47% 0.71% -
HSV(B) 291.3º 0.32% 0.85% -
XYZ 48.28 38.95 69.94 -
YUV 172.51 152.55 151.89 -
System Red Green Blue C M Y K H S L
Decimal 206 147 216 0.05 0.32 0 0.15 291.3 0.47 0.71
Hex CE 93 D8 5 20 0 F 123 2F 47
Octal 316 223 330 5 40 0 17 443 57 107
Binary 11001110 10010011 11011000 101 100000 0 1111 100100011 101111 1000111

Color Harmonies of #CE93D8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE93D8

Black with #CE93D8

Text Example


Text Example

White with #CE93D8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE93D8; }

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

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

background-color css

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

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

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

border-color css

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

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

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