Html Css Color HEX #CE97DF Wisteria

📋 copy color: '#CE97DF'

red 206 ◦ green 151 ◦ blue 223

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

Shades of Wisteria #CE97DF

Tints of Wisteria #CE97DF

RGB

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

 GREEN value IS 151 (59.38% from 255) = 26.03%

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

R = 35.52%
G = 26.03%
B = 38.45%

CMYK

 C value IS 0.08

 M value IS 0.32

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#CE97DF (or 0xCE97DF) is known color: Wisteria. HEX triplet: CE, 97 and DF. RGB value is (206,151,223). Sum of RGB (Red+Green+Blue) = 206+151+223=580 (76% of max value = 765). Red value is 206 (80.86% from 255 or 35.52% from 580); Green value is 151 (59.38% from 255 or 26.03% from 580); Blue value is 223 (87.5% from 255 or 38.45% from 580); Max value from RGB is 223 - color contains mainly: blue. Hex color #CE97DF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CE97DF is #316820. Grayscale: #AFAFAF. Windows color (decimal): -3237921 or 14653390. OLE color: 14653390.

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

Color convert

RGB 206 151 223 -
CMYK 0.08 0.32 0 0.13
HSL 285.83º 0.53% 0.73% -
HSV(B) 285.83º 0.32% 0.87% -
XYZ 49.84 40.58 75.02 -
YUV 175.65 154.72 149.65 -
System Red Green Blue C M Y K H S L
Decimal 206 151 223 0.08 0.32 0 0.13 285.83 0.53 0.73
Hex CE 97 DF 8 20 0 D 11E 35 49
Octal 316 227 337 10 40 0 15 436 65 111
Binary 11001110 10010111 11011111 1000 100000 0 1101 100011110 110101 1001001

Color Harmonies of #CE97DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE97DF

Black with #CE97DF

Text Example


Text Example

White with #CE97DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE97DF; }

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

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

background-color css

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

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

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

border-color css

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

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

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