Html Css Color HEX #CE9BDF Wisteria

📋 copy color: '#CE9BDF'

red 206 ◦ green 155 ◦ blue 223

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

Shades of Wisteria #CE9BDF

Tints of Wisteria #CE9BDF

RGB

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

 GREEN value IS 155 (60.94% from 255) = 26.54%

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

R = 35.27%
G = 26.54%
B = 38.18%

CMYK

 C value IS 0.08

 M value IS 0.30

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#CE9BDF (or 0xCE9BDF) is known color: Wisteria. HEX triplet: CE, 9B and DF. RGB value is (206,155,223). Sum of RGB (Red+Green+Blue) = 206+155+223=584 (77% of max value = 765). Red value is 206 (80.86% from 255 or 35.27% from 584); Green value is 155 (60.94% from 255 or 26.54% from 584); Blue value is 223 (87.5% from 255 or 38.18% from 584); Max value from RGB is 223 - color contains mainly: blue. Hex color #CE9BDF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CE9BDF is #316420. Grayscale: #B1B1B1. Windows color (decimal): -3236897 or 14654414. OLE color: 14654414.

HSL color Cylindrical-coordinate representation of color #CE9BDF: hue angle of 285º degrees, saturation: 0.52, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #CE9BDF is Cyan = 0.08, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 206 155 223 -
CMYK 0.08 0.30 0 0.13
HSL 285º 0.52% 0.74% -
HSV(B) 285º 0.3% 0.87% -
XYZ 50.49 41.89 75.24 -
YUV 178 153.4 147.97 -
System Red Green Blue C M Y K H S L
Decimal 206 155 223 0.08 0.30 0 0.13 285 0.52 0.74
Hex CE 9B DF 8 1E 0 D 11D 34 4A
Octal 316 233 337 10 36 0 15 435 64 112
Binary 11001110 10011011 11011111 1000 11110 0 1101 100011101 110100 1001010

Color Harmonies of #CE9BDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE9BDF

Black with #CE9BDF

Text Example


Text Example

White with #CE9BDF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE9BDF; }

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

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

background-color css

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

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

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

border-color css

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

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

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