Html Css Color HEX #CE8AE5 Wisteria

📋 copy color: '#CE8AE5'

red 206 ◦ green 138 ◦ blue 229

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

Shades of Wisteria #CE8AE5

Tints of Wisteria #CE8AE5

RGB

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

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

 BLUE value IS 229 (89.84% from 255) = 39.97%

R = 35.95%
G = 24.08%
B = 39.97%

CMYK

 C value IS 0.10

 M value IS 0.40

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#CE8AE5 (or 0xCE8AE5) is known color: Wisteria. HEX triplet: CE, 8A and E5. RGB value is (206,138,229). Sum of RGB (Red+Green+Blue) = 206+138+229=573 (75% of max value = 765). Red value is 206 (80.86% from 255 or 35.95% from 573); Green value is 138 (54.30% from 255 or 24.08% from 573); Blue value is 229 (89.84% from 255 or 39.97% from 573); Max value from RGB is 229 - color contains mainly: blue. Hex color #CE8AE5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CE8AE5 is #31751A. Grayscale: #A8A8A8. Windows color (decimal): -3241243 or 15043278. OLE color: 15043278.

HSL color Cylindrical-coordinate representation of color #CE8AE5: hue angle of 284.84º degrees, saturation: 0.64, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #CE8AE5 is Cyan = 0.10, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 206 138 229 -
CMYK 0.10 0.40 0 0.10
HSL 284.84º 0.64% 0.72% -
HSV(B) 284.84º 0.4% 0.9% -
XYZ 48.68 36.96 78.7 -
YUV 168.71 162.03 154.6 -
System Red Green Blue C M Y K H S L
Decimal 206 138 229 0.10 0.40 0 0.10 284.84 0.64 0.72
Hex CE 8A E5 A 28 0 A 11D 40 48
Octal 316 212 345 12 50 0 12 435 100 110
Binary 11001110 10001010 11100101 1010 101000 0 1010 100011101 1000000 1001000

Color Harmonies of #CE8AE5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE8AE5

Black with #CE8AE5

Text Example


Text Example

White with #CE8AE5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE8AE5; }

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

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

background-color css

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

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

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

border-color css

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

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

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