Html Css Color HEX #CE94ED Wisteria

📋 copy color: '#CE94ED'

red 206 ◦ green 148 ◦ blue 237

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

Shades of Wisteria #CE94ED

Tints of Wisteria #CE94ED

RGB

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

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

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

R = 34.86%
G = 25.04%
B = 40.1%

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

#CE94ED (or 0xCE94ED) is known color: Wisteria. HEX triplet: CE, 94 and ED. RGB value is (206,148,237). Sum of RGB (Red+Green+Blue) = 206+148+237=591 (78% of max value = 765). Red value is 206 (80.86% from 255 or 34.86% from 591); Green value is 148 (58.20% from 255 or 25.04% from 591); Blue value is 237 (92.97% from 255 or 40.10% from 591); Max value from RGB is 237 - color contains mainly: blue. Hex color #CE94ED is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CE94ED is #316B12. Grayscale: #AFAFAF. Windows color (decimal): -3238675 or 15570126. OLE color: 15570126.

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

Color convert

RGB 206 148 237 -
CMYK 0.13 0.38 0 0.07
HSL 279.1º 0.71% 0.75% -
HSV(B) 279.1º 0.38% 0.93% -
XYZ 51.33 40.42 85.22 -
YUV 175.49 162.72 149.76 -
System Red Green Blue C M Y K H S L
Decimal 206 148 237 0.13 0.38 0 0.07 279.1 0.71 0.75
Hex CE 94 ED D 26 0 7 117 47 4B
Octal 316 224 355 15 46 0 7 427 107 113
Binary 11001110 10010100 11101101 1101 100110 0 111 100010111 1000111 1001011

Color Harmonies of #CE94ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE94ED

Black with #CE94ED

Text Example


Text Example

White with #CE94ED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE94ED; }

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

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

background-color css

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

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

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

border-color css

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

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

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