Html Css Color HEX #CE93ED Wisteria

📋 copy color: '#CE93ED'

red 206 ◦ green 147 ◦ blue 237

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

Shades of Wisteria #CE93ED

Tints of Wisteria #CE93ED

RGB

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

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

 BLUE value IS 237 (92.97% from 255) = 40.17%

R = 34.92%
G = 24.92%
B = 40.17%

CMYK

 C value IS 0.13

 M value IS 0.38

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#CE93ED (or 0xCE93ED) is known color: Wisteria. HEX triplet: CE, 93 and ED. RGB value is (206,147,237). Sum of RGB (Red+Green+Blue) = 206+147+237=590 (78% of max value = 765). Red value is 206 (80.86% from 255 or 34.92% from 590); Green value is 147 (57.81% from 255 or 24.92% from 590); Blue value is 237 (92.97% from 255 or 40.17% from 590); Max value from RGB is 237 - color contains mainly: blue. Hex color #CE93ED is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CE93ED is #316C12. Grayscale: #AEAEAE. Windows color (decimal): -3238931 or 15569870. OLE color: 15569870.

HSL color Cylindrical-coordinate representation of color #CE93ED: hue angle of 279.33º degrees, saturation: 0.71, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #CE93ED is Cyan = 0.13, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 206 147 237 -
CMYK 0.13 0.38 0 0.07
HSL 279.33º 0.71% 0.75% -
HSV(B) 279.33º 0.38% 0.93% -
XYZ 51.17 40.1 85.16 -
YUV 174.9 163.05 150.18 -
System Red Green Blue C M Y K H S L
Decimal 206 147 237 0.13 0.38 0 0.07 279.33 0.71 0.75
Hex CE 93 ED D 26 0 7 117 47 4B
Octal 316 223 355 15 46 0 7 427 107 113
Binary 11001110 10010011 11101101 1101 100110 0 111 100010111 1000111 1001011

Color Harmonies of #CE93ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE93ED

Black with #CE93ED

Text Example


Text Example

White with #CE93ED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE93ED; }

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

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

background-color css

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

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

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

border-color css

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

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

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