Html Css Color HEX #CE9DD7 Wisteria

📋 copy color: '#CE9DD7'

red 206 ◦ green 157 ◦ blue 215

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

Shades of Wisteria #CE9DD7

Tints of Wisteria #CE9DD7

RGB

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

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

 BLUE value IS 215 (84.38% from 255) = 37.2%

R = 35.64%
G = 27.16%
B = 37.2%

CMYK

 C value IS 0.04

 M value IS 0.27

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#CE9DD7 (or 0xCE9DD7) is known color: Wisteria. HEX triplet: CE, 9D and D7. RGB value is (206,157,215). Sum of RGB (Red+Green+Blue) = 206+157+215=578 (76% of max value = 765). Red value is 206 (80.86% from 255 or 35.64% from 578); Green value is 157 (61.72% from 255 or 27.16% from 578); Blue value is 215 (84.38% from 255 or 37.20% from 578); Max value from RGB is 215 - color contains mainly: blue. Hex color #CE9DD7 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CE9DD7 is #316228. Grayscale: #B2B2B2. Windows color (decimal): -3236393 or 14130638. OLE color: 14130638.

HSL color Cylindrical-coordinate representation of color #CE9DD7: hue angle of 290.69º degrees, saturation: 0.42, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #CE9DD7 is Cyan = 0.04, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 206 157 215 -
CMYK 0.04 0.27 0 0.16
HSL 290.69º 0.42% 0.73% -
HSV(B) 290.69º 0.27% 0.84% -
XYZ 49.78 42.14 69.8 -
YUV 178.26 148.73 147.78 -
System Red Green Blue C M Y K H S L
Decimal 206 157 215 0.04 0.27 0 0.16 290.69 0.42 0.73
Hex CE 9D D7 4 1B 0 10 123 2A 49
Octal 316 235 327 4 33 0 20 443 52 111
Binary 11001110 10011101 11010111 100 11011 0 10000 100100011 101010 1001001

Color Harmonies of #CE9DD7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE9DD7

Black with #CE9DD7

Text Example


Text Example

White with #CE9DD7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE9DD7; }

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

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

background-color css

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

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

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

border-color css

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

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

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