Html Css Color HEX #CE94E0 Wisteria

📋 copy color: '#CE94E0'

red 206 ◦ green 148 ◦ blue 224

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

Shades of Wisteria #CE94E0

Tints of Wisteria #CE94E0

RGB

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

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

 BLUE value IS 224 (87.89% from 255) = 38.75%

R = 35.64%
G = 25.61%
B = 38.75%

CMYK

 C value IS 0.08

 M value IS 0.34

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#CE94E0 (or 0xCE94E0) is known color: Wisteria. HEX triplet: CE, 94 and E0. RGB value is (206,148,224). Sum of RGB (Red+Green+Blue) = 206+148+224=578 (76% of max value = 765). Red value is 206 (80.86% from 255 or 35.64% from 578); Green value is 148 (58.20% from 255 or 25.61% from 578); Blue value is 224 (87.89% from 255 or 38.75% from 578); Max value from RGB is 224 - color contains mainly: blue. Hex color #CE94E0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CE94E0 is #316B1F. Grayscale: #ADADAD. Windows color (decimal): -3238688 or 14718158. OLE color: 14718158.

HSL color Cylindrical-coordinate representation of color #CE94E0: hue angle of 285.79º degrees, saturation: 0.55, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #CE94E0 is Cyan = 0.08, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 206 148 224 -
CMYK 0.08 0.34 0 0.12
HSL 285.79º 0.55% 0.73% -
HSV(B) 285.79º 0.34% 0.88% -
XYZ 49.5 39.68 75.57 -
YUV 174.01 156.22 150.82 -
System Red Green Blue C M Y K H S L
Decimal 206 148 224 0.08 0.34 0 0.12 285.79 0.55 0.73
Hex CE 94 E0 8 22 0 C 11E 37 49
Octal 316 224 340 10 42 0 14 436 67 111
Binary 11001110 10010100 11100000 1000 100010 0 1100 100011110 110111 1001001

Color Harmonies of #CE94E0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE94E0

Black with #CE94E0

Text Example


Text Example

White with #CE94E0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE94E0; }

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

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

background-color css

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

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

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

border-color css

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

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

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