Html Css Color HEX #CE8AEE Wisteria

📋 copy color: '#CE8AEE'

red 206 ◦ green 138 ◦ blue 238

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

Shades of Wisteria #CE8AEE

Tints of Wisteria #CE8AEE

RGB

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

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

 BLUE value IS 238 (93.36% from 255) = 40.89%

R = 35.4%
G = 23.71%
B = 40.89%

CMYK

 C value IS 0.13

 M value IS 0.42

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#CE8AEE (or 0xCE8AEE) is known color: Wisteria. HEX triplet: CE, 8A and EE. RGB value is (206,138,238). Sum of RGB (Red+Green+Blue) = 206+138+238=582 (77% of max value = 765). Red value is 206 (80.86% from 255 or 35.40% from 582); Green value is 138 (54.30% from 255 or 23.71% from 582); Blue value is 238 (93.36% from 255 or 40.89% from 582); Max value from RGB is 238 - color contains mainly: blue. Hex color #CE8AEE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CE8AEE is #317511. Grayscale: #A9A9A9. Windows color (decimal): -3241234 or 15633102. OLE color: 15633102.

HSL color Cylindrical-coordinate representation of color #CE8AEE: hue angle of 280.8º degrees, saturation: 0.75, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #CE8AEE is Cyan = 0.13, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 206 138 238 -
CMYK 0.13 0.42 0 0.07
HSL 280.8º 0.75% 0.74% -
HSV(B) 280.8º 0.42% 0.93% -
XYZ 49.97 37.47 85.49 -
YUV 169.73 166.53 153.87 -
System Red Green Blue C M Y K H S L
Decimal 206 138 238 0.13 0.42 0 0.07 280.8 0.75 0.74
Hex CE 8A EE D 2A 0 7 119 4B 4A
Octal 316 212 356 15 52 0 7 431 113 112
Binary 11001110 10001010 11101110 1101 101010 0 111 100011001 1001011 1001010

Color Harmonies of #CE8AEE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE8AEE

Black with #CE8AEE

Text Example


Text Example

White with #CE8AEE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE8AEE; }

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

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

background-color css

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

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

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

border-color css

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

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

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