Html Css Color HEX #CE9EEA Wisteria

📋 copy color: '#CE9EEA'

red 206 ◦ green 158 ◦ blue 234

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

Shades of Wisteria #CE9EEA

Tints of Wisteria #CE9EEA

RGB

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

 GREEN value IS 158 (62.11% from 255) = 26.42%

 BLUE value IS 234 (91.8% from 255) = 39.13%

R = 34.45%
G = 26.42%
B = 39.13%

CMYK

 C value IS 0.12

 M value IS 0.32

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#CE9EEA (or 0xCE9EEA) is known color: Wisteria. HEX triplet: CE, 9E and EA. RGB value is (206,158,234). Sum of RGB (Red+Green+Blue) = 206+158+234=598 (79% of max value = 765). Red value is 206 (80.86% from 255 or 34.45% from 598); Green value is 158 (62.11% from 255 or 26.42% from 598); Blue value is 234 (91.80% from 255 or 39.13% from 598); Max value from RGB is 234 - color contains mainly: blue. Hex color #CE9EEA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CE9EEA is #316115. Grayscale: #B4B4B4. Windows color (decimal): -3236118 or 15376078. OLE color: 15376078.

HSL color Cylindrical-coordinate representation of color #CE9EEA: hue angle of 277.89º degrees, saturation: 0.64, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #CE9EEA is Cyan = 0.12, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 206 158 234 -
CMYK 0.12 0.32 0 0.08
HSL 277.89º 0.64% 0.77% -
HSV(B) 277.89º 0.32% 0.92% -
XYZ 52.53 43.52 83.47 -
YUV 181.02 157.9 145.82 -
System Red Green Blue C M Y K H S L
Decimal 206 158 234 0.12 0.32 0 0.08 277.89 0.64 0.77
Hex CE 9E EA C 20 0 8 116 40 4D
Octal 316 236 352 14 40 0 10 426 100 115
Binary 11001110 10011110 11101010 1100 100000 0 1000 100010110 1000000 1001101

Color Harmonies of #CE9EEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE9EEA

Black with #CE9EEA

Text Example


Text Example

White with #CE9EEA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE9EEA; }

 p { color: rgb(206,158,234); }

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

background-color css

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

 a { background-color: rgb(206,158,234); }

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

border-color css

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

 span { border-color: rgb(206,158,234); }

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