Html Css Color HEX #CE94EC Wisteria

📋 copy color: '#CE94EC'

red 206 ◦ green 148 ◦ blue 236

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

Shades of Wisteria #CE94EC

Tints of Wisteria #CE94EC

RGB

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

 GREEN value IS 148 (58.2% from 255) = 25.08%

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

R = 34.92%
G = 25.08%
B = 40%

CMYK

 C value IS 0.13

 M value IS 0.37

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#CE94EC (or 0xCE94EC) is known color: Wisteria. HEX triplet: CE, 94 and EC. RGB value is (206,148,236). Sum of RGB (Red+Green+Blue) = 206+148+236=590 (78% of max value = 765). Red value is 206 (80.86% from 255 or 34.92% from 590); Green value is 148 (58.20% from 255 or 25.08% from 590); Blue value is 236 (92.58% from 255 or 40% from 590); Max value from RGB is 236 - color contains mainly: blue. Hex color #CE94EC is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CE94EC is #316B13. Grayscale: #AFAFAF. Windows color (decimal): -3238676 or 15504590. OLE color: 15504590.

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

Color convert

RGB 206 148 236 -
CMYK 0.13 0.37 0 0.07
HSL 279.55º 0.7% 0.75% -
HSV(B) 279.55º 0.37% 0.93% -
XYZ 51.18 40.36 84.45 -
YUV 175.37 162.22 149.84 -
System Red Green Blue C M Y K H S L
Decimal 206 148 236 0.13 0.37 0 0.07 279.55 0.7 0.75
Hex CE 94 EC D 25 0 7 118 46 4B
Octal 316 224 354 15 45 0 7 430 106 113
Binary 11001110 10010100 11101100 1101 100101 0 111 100011000 1000110 1001011

Color Harmonies of #CE94EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE94EC

Black with #CE94EC

Text Example


Text Example

White with #CE94EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE94EC; }

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

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

background-color css

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

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

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

border-color css

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

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

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