Html Css Color HEX #CE94DF Wisteria

📋 copy color: '#CE94DF'

red 206 ◦ green 148 ◦ blue 223

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

Shades of Wisteria #CE94DF

Tints of Wisteria #CE94DF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 38.65%

R = 35.7%
G = 25.65%
B = 38.65%

CMYK

 C value IS 0.08

 M value IS 0.34

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#CE94DF (or 0xCE94DF) is known color: Wisteria. HEX triplet: CE, 94 and DF. RGB value is (206,148,223). Sum of RGB (Red+Green+Blue) = 206+148+223=577 (76% of max value = 765). Red value is 206 (80.86% from 255 or 35.70% from 577); Green value is 148 (58.20% from 255 or 25.65% from 577); Blue value is 223 (87.5% from 255 or 38.65% from 577); Max value from RGB is 223 - color contains mainly: blue. Hex color #CE94DF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CE94DF is #316B20. Grayscale: #ADADAD. Windows color (decimal): -3238689 or 14652622. OLE color: 14652622.

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

Color convert

RGB 206 148 223 -
CMYK 0.08 0.34 0 0.13
HSL 286.4º 0.54% 0.73% -
HSV(B) 286.4º 0.34% 0.87% -
XYZ 49.36 39.63 74.86 -
YUV 173.89 155.72 150.9 -
System Red Green Blue C M Y K H S L
Decimal 206 148 223 0.08 0.34 0 0.13 286.4 0.54 0.73
Hex CE 94 DF 8 22 0 D 11E 36 49
Octal 316 224 337 10 42 0 15 436 66 111
Binary 11001110 10010100 11011111 1000 100010 0 1101 100011110 110110 1001001

Color Harmonies of #CE94DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE94DF

Black with #CE94DF

Text Example


Text Example

White with #CE94DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE94DF; }

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

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

background-color css

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

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

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

border-color css

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

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

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