Html Css Color HEX #CE93EC Wisteria

📋 copy color: '#CE93EC'

red 206 ◦ green 147 ◦ blue 236

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

Shades of Wisteria #CE93EC

Tints of Wisteria #CE93EC

RGB

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

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

 BLUE value IS 236 (92.58% from 255) = 40.07%

R = 34.97%
G = 24.96%
B = 40.07%

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

#CE93EC (or 0xCE93EC) is known color: Wisteria. HEX triplet: CE, 93 and EC. RGB value is (206,147,236). Sum of RGB (Red+Green+Blue) = 206+147+236=589 (78% of max value = 765). Red value is 206 (80.86% from 255 or 34.97% from 589); Green value is 147 (57.81% from 255 or 24.96% from 589); Blue value is 236 (92.58% from 255 or 40.07% from 589); Max value from RGB is 236 - color contains mainly: blue. Hex color #CE93EC is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CE93EC is #316C13. Grayscale: #AEAEAE. Windows color (decimal): -3238932 or 15504334. OLE color: 15504334.

HSL color Cylindrical-coordinate representation of color #CE93EC: hue angle of 279.78º degrees, saturation: 0.7, 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 #CE93EC is Cyan = 0.13, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 206 147 236 -
CMYK 0.13 0.38 0 0.07
HSL 279.78º 0.7% 0.75% -
HSV(B) 279.78º 0.38% 0.93% -
XYZ 51.03 40.05 84.4 -
YUV 174.79 162.55 150.26 -
System Red Green Blue C M Y K H S L
Decimal 206 147 236 0.13 0.38 0 0.07 279.78 0.7 0.75
Hex CE 93 EC D 26 0 7 118 46 4B
Octal 316 223 354 15 46 0 7 430 106 113
Binary 11001110 10010011 11101100 1101 100110 0 111 100011000 1000110 1001011

Color Harmonies of #CE93EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE93EC

Black with #CE93EC

Text Example


Text Example

White with #CE93EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE93EC; }

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

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

background-color css

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

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

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

border-color css

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

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

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