Html Css Color HEX #CE9DDF Wisteria

📋 copy color: '#CE9DDF'

red 206 ◦ green 157 ◦ blue 223

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

Shades of Wisteria #CE9DDF

Tints of Wisteria #CE9DDF

RGB

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

 GREEN value IS 157 (61.72% from 255) = 26.79%

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

R = 35.15%
G = 26.79%
B = 38.05%

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

#CE9DDF (or 0xCE9DDF) is known color: Wisteria. HEX triplet: CE, 9D and DF. RGB value is (206,157,223). Sum of RGB (Red+Green+Blue) = 206+157+223=586 (77% of max value = 765). Red value is 206 (80.86% from 255 or 35.15% from 586); Green value is 157 (61.72% from 255 or 26.79% from 586); Blue value is 223 (87.5% from 255 or 38.05% from 586); Max value from RGB is 223 - color contains mainly: blue. Hex color #CE9DDF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CE9DDF is #316220. Grayscale: #B2B2B2. Windows color (decimal): -3236385 or 14654926. OLE color: 14654926.

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

Color convert

RGB 206 157 223 -
CMYK 0.08 0.30 0 0.13
HSL 284.55º 0.51% 0.75% -
HSV(B) 284.55º 0.3% 0.87% -
XYZ 50.83 42.56 75.35 -
YUV 179.18 152.73 147.13 -
System Red Green Blue C M Y K H S L
Decimal 206 157 223 0.08 0.30 0 0.13 284.55 0.51 0.75
Hex CE 9D DF 8 1E 0 D 11D 33 4B
Octal 316 235 337 10 36 0 15 435 63 113
Binary 11001110 10011101 11011111 1000 11110 0 1101 100011101 110011 1001011

Color Harmonies of #CE9DDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE9DDF

Black with #CE9DDF

Text Example


Text Example

White with #CE9DDF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE9DDF; }

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

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

background-color css

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

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

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

border-color css

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

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

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