Html Css Color HEX #CE8DDC Wisteria

📋 copy color: '#CE8DDC'

red 206 ◦ green 141 ◦ blue 220

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

Shades of Wisteria #CE8DDC

Tints of Wisteria #CE8DDC

RGB

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

 GREEN value IS 141 (55.47% from 255) = 24.87%

 BLUE value IS 220 (86.33% from 255) = 38.8%

R = 36.33%
G = 24.87%
B = 38.8%

CMYK

 C value IS 0.06

 M value IS 0.36

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#CE8DDC (or 0xCE8DDC) is known color: Wisteria. HEX triplet: CE, 8D and DC. RGB value is (206,141,220). Sum of RGB (Red+Green+Blue) = 206+141+220=567 (75% of max value = 765). Red value is 206 (80.86% from 255 or 36.33% from 567); Green value is 141 (55.47% from 255 or 24.87% from 567); Blue value is 220 (86.33% from 255 or 38.80% from 567); Max value from RGB is 220 - color contains mainly: blue. Hex color #CE8DDC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CE8DDC is #317223. Grayscale: #A9A9A9. Windows color (decimal): -3240484 or 14454222. OLE color: 14454222.

HSL color Cylindrical-coordinate representation of color #CE8DDC: hue angle of 289.37º degrees, saturation: 0.53, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #CE8DDC is Cyan = 0.06, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 206 141 220 -
CMYK 0.06 0.36 0 0.14
HSL 289.37º 0.53% 0.71% -
HSV(B) 289.37º 0.36% 0.86% -
XYZ 47.9 37.34 72.39 -
YUV 169.44 156.53 154.08 -
System Red Green Blue C M Y K H S L
Decimal 206 141 220 0.06 0.36 0 0.14 289.37 0.53 0.71
Hex CE 8D DC 6 24 0 E 121 35 47
Octal 316 215 334 6 44 0 16 441 65 107
Binary 11001110 10001101 11011100 110 100100 0 1110 100100001 110101 1000111

Color Harmonies of #CE8DDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE8DDC

Black with #CE8DDC

Text Example


Text Example

White with #CE8DDC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE8DDC; }

 p { color: rgb(206,141,220); }

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

background-color css

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

 a { background-color: rgb(206,141,220); }

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

border-color css

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

 span { border-color: rgb(206,141,220); }

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