Html Css Color HEX #CE8ADD Wisteria

📋 copy color: '#CE8ADD'

red 206 ◦ green 138 ◦ blue 221

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

Shades of Wisteria #CE8ADD

Tints of Wisteria #CE8ADD

RGB

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

 GREEN value IS 138 (54.3% from 255) = 24.42%

 BLUE value IS 221 (86.72% from 255) = 39.12%

R = 36.46%
G = 24.42%
B = 39.12%

CMYK

 C value IS 0.07

 M value IS 0.38

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#CE8ADD (or 0xCE8ADD) is known color: Wisteria. HEX triplet: CE, 8A and DD. RGB value is (206,138,221). Sum of RGB (Red+Green+Blue) = 206+138+221=565 (74% of max value = 765). Red value is 206 (80.86% from 255 or 36.46% from 565); Green value is 138 (54.30% from 255 or 24.42% from 565); Blue value is 221 (86.72% from 255 or 39.12% from 565); Max value from RGB is 221 - color contains mainly: blue. Hex color #CE8ADD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CE8ADD is #317522. Grayscale: #A7A7A7. Windows color (decimal): -3241251 or 14518990. OLE color: 14518990.

HSL color Cylindrical-coordinate representation of color #CE8ADD: hue angle of 289.16º degrees, saturation: 0.55, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #CE8ADD is Cyan = 0.07, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 206 138 221 -
CMYK 0.07 0.38 0 0.13
HSL 289.16º 0.55% 0.7% -
HSV(B) 289.16º 0.38% 0.87% -
XYZ 47.59 36.52 72.95 -
YUV 167.79 158.03 155.25 -
System Red Green Blue C M Y K H S L
Decimal 206 138 221 0.07 0.38 0 0.13 289.16 0.55 0.7
Hex CE 8A DD 7 26 0 D 121 37 46
Octal 316 212 335 7 46 0 15 441 67 106
Binary 11001110 10001010 11011101 111 100110 0 1101 100100001 110111 1000110

Color Harmonies of #CE8ADD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE8ADD

Black with #CE8ADD

Text Example


Text Example

White with #CE8ADD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE8ADD; }

 p { color: rgb(206,138,221); }

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

background-color css

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

 a { background-color: rgb(206,138,221); }

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

border-color css

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

 span { border-color: rgb(206,138,221); }

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