Html Css Color HEX #CE8DD7 Wisteria

📋 copy color: '#CE8DD7'

red 206 ◦ green 141 ◦ blue 215

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

Shades of Wisteria #CE8DD7

Tints of Wisteria #CE8DD7

RGB

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

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

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

R = 36.65%
G = 25.09%
B = 38.26%

CMYK

 C value IS 0.04

 M value IS 0.34

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#CE8DD7 (or 0xCE8DD7) is known color: Wisteria. HEX triplet: CE, 8D and D7. RGB value is (206,141,215). Sum of RGB (Red+Green+Blue) = 206+141+215=562 (74% of max value = 765). Red value is 206 (80.86% from 255 or 36.65% from 562); Green value is 141 (55.47% from 255 or 25.09% from 562); Blue value is 215 (84.38% from 255 or 38.26% from 562); Max value from RGB is 215 - color contains mainly: blue. Hex color #CE8DD7 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CE8DD7 is #317228. Grayscale: #A8A8A8. Windows color (decimal): -3240489 or 14126542. OLE color: 14126542.

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

Color convert

RGB 206 141 215 -
CMYK 0.04 0.34 0 0.16
HSL 292.7º 0.48% 0.7% -
HSV(B) 292.7º 0.34% 0.84% -
XYZ 47.24 37.08 68.96 -
YUV 168.87 154.03 154.48 -
System Red Green Blue C M Y K H S L
Decimal 206 141 215 0.04 0.34 0 0.16 292.7 0.48 0.7
Hex CE 8D D7 4 22 0 10 125 30 46
Octal 316 215 327 4 42 0 20 445 60 106
Binary 11001110 10001101 11010111 100 100010 0 10000 100100101 110000 1000110

Color Harmonies of #CE8DD7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE8DD7

Black with #CE8DD7

Text Example


Text Example

White with #CE8DD7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE8DD7; }

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

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

background-color css

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

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

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

border-color css

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

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

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