Html Css Color HEX #CE8DDF Wisteria

📋 copy color: '#CE8DDF'

red 206 ◦ green 141 ◦ blue 223

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

Shades of Wisteria #CE8DDF

Tints of Wisteria #CE8DDF

RGB

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

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

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

R = 36.14%
G = 24.74%
B = 39.12%

CMYK

 C value IS 0.08

 M value IS 0.37

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#CE8DDF (or 0xCE8DDF) is known color: Wisteria. HEX triplet: CE, 8D and DF. RGB value is (206,141,223). Sum of RGB (Red+Green+Blue) = 206+141+223=570 (75% of max value = 765). Red value is 206 (80.86% from 255 or 36.14% from 570); Green value is 141 (55.47% from 255 or 24.74% from 570); Blue value is 223 (87.5% from 255 or 39.12% from 570); Max value from RGB is 223 - color contains mainly: blue. Hex color #CE8DDF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CE8DDF is #317220. Grayscale: #A9A9A9. Windows color (decimal): -3240481 or 14650830. OLE color: 14650830.

HSL color Cylindrical-coordinate representation of color #CE8DDF: hue angle of 287.56º degrees, saturation: 0.56, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #CE8DDF is Cyan = 0.08, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 206 141 223 -
CMYK 0.08 0.37 0 0.13
HSL 287.56º 0.56% 0.71% -
HSV(B) 287.56º 0.37% 0.87% -
XYZ 48.3 37.5 74.5 -
YUV 169.78 158.03 153.83 -
System Red Green Blue C M Y K H S L
Decimal 206 141 223 0.08 0.37 0 0.13 287.56 0.56 0.71
Hex CE 8D DF 8 25 0 D 120 38 47
Octal 316 215 337 10 45 0 15 440 70 107
Binary 11001110 10001101 11011111 1000 100101 0 1101 100100000 111000 1000111

Color Harmonies of #CE8DDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE8DDF

Black with #CE8DDF

Text Example


Text Example

White with #CE8DDF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE8DDF; }

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

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

background-color css

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

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

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

border-color css

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

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

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