Html Css Color HEX #CE9FEA Wisteria

📋 copy color: '#CE9FEA'

red 206 ◦ green 159 ◦ blue 234

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

Shades of Wisteria #CE9FEA

Tints of Wisteria #CE9FEA

RGB

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

 GREEN value IS 159 (62.5% from 255) = 26.54%

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

R = 34.39%
G = 26.54%
B = 39.07%

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

#CE9FEA (or 0xCE9FEA) is known color: Wisteria. HEX triplet: CE, 9F and EA. RGB value is (206,159,234). Sum of RGB (Red+Green+Blue) = 206+159+234=599 (79% of max value = 765). Red value is 206 (80.86% from 255 or 34.39% from 599); Green value is 159 (62.5% from 255 or 26.54% from 599); Blue value is 234 (91.80% from 255 or 39.07% from 599); Max value from RGB is 234 - color contains mainly: blue. Hex color #CE9FEA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CE9FEA is #316015. Grayscale: #B5B5B5. Windows color (decimal): -3235862 or 15376334. OLE color: 15376334.

HSL color Cylindrical-coordinate representation of color #CE9FEA: hue angle of 277.6º 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 #CE9FEA is Cyan = 0.12, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 206 159 234 -
CMYK 0.12 0.32 0 0.08
HSL 277.6º 0.64% 0.77% -
HSV(B) 277.6º 0.32% 0.92% -
XYZ 52.7 43.86 83.53 -
YUV 181.6 157.57 145.4 -
System Red Green Blue C M Y K H S L
Decimal 206 159 234 0.12 0.32 0 0.08 277.6 0.64 0.77
Hex CE 9F EA C 20 0 8 116 40 4D
Octal 316 237 352 14 40 0 10 426 100 115
Binary 11001110 10011111 11101010 1100 100000 0 1000 100010110 1000000 1001101

Color Harmonies of #CE9FEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE9FEA

Black with #CE9FEA

Text Example


Text Example

White with #CE9FEA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE9FEA; }

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

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

background-color css

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

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

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

border-color css

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

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

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