Html Css Color HEX #CE9BD8 Wisteria

📋 copy color: '#CE9BD8'

red 206 ◦ green 155 ◦ blue 216

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

Shades of Wisteria #CE9BD8

Tints of Wisteria #CE9BD8

RGB

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

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

 BLUE value IS 216 (84.77% from 255) = 37.44%

R = 35.7%
G = 26.86%
B = 37.44%

CMYK

 C value IS 0.05

 M value IS 0.28

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#CE9BD8 (or 0xCE9BD8) is known color: Wisteria. HEX triplet: CE, 9B and D8. RGB value is (206,155,216). Sum of RGB (Red+Green+Blue) = 206+155+216=577 (76% of max value = 765). Red value is 206 (80.86% from 255 or 35.70% from 577); Green value is 155 (60.94% from 255 or 26.86% from 577); Blue value is 216 (84.77% from 255 or 37.44% from 577); Max value from RGB is 216 - color contains mainly: blue. Hex color #CE9BD8 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CE9BD8 is #316427. Grayscale: #B1B1B1. Windows color (decimal): -3236904 or 14195662. OLE color: 14195662.

HSL color Cylindrical-coordinate representation of color #CE9BD8: hue angle of 290.16º degrees, saturation: 0.44, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #CE9BD8 is Cyan = 0.05, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 206 155 216 -
CMYK 0.05 0.28 0 0.15
HSL 290.16º 0.44% 0.73% -
HSV(B) 290.16º 0.28% 0.85% -
XYZ 49.57 41.52 70.37 -
YUV 177.2 149.9 148.54 -
System Red Green Blue C M Y K H S L
Decimal 206 155 216 0.05 0.28 0 0.15 290.16 0.44 0.73
Hex CE 9B D8 5 1C 0 F 122 2C 49
Octal 316 233 330 5 34 0 17 442 54 111
Binary 11001110 10011011 11011000 101 11100 0 1111 100100010 101100 1001001

Color Harmonies of #CE9BD8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE9BD8

Black with #CE9BD8

Text Example


Text Example

White with #CE9BD8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE9BD8; }

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

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

background-color css

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

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

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

border-color css

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

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

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