Html Css Color HEX #CE89EA Wisteria

📋 copy color: '#CE89EA'

red 206 ◦ green 137 ◦ blue 234

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

Shades of Wisteria #CE89EA

Tints of Wisteria #CE89EA

RGB

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

 GREEN value IS 137 (53.91% from 255) = 23.74%

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

R = 35.7%
G = 23.74%
B = 40.55%

CMYK

 C value IS 0.12

 M value IS 0.41

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#CE89EA (or 0xCE89EA) is known color: Wisteria. HEX triplet: CE, 89 and EA. RGB value is (206,137,234). Sum of RGB (Red+Green+Blue) = 206+137+234=577 (76% of max value = 765). Red value is 206 (80.86% from 255 or 35.70% from 577); Green value is 137 (53.91% from 255 or 23.74% from 577); Blue value is 234 (91.80% from 255 or 40.55% from 577); Max value from RGB is 234 - color contains mainly: blue. Hex color #CE89EA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CE89EA is #317615. Grayscale: #A8A8A8. Windows color (decimal): -3241494 or 15370702. OLE color: 15370702.

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

Color convert

RGB 206 137 234 -
CMYK 0.12 0.41 0 0.08
HSL 282.68º 0.7% 0.73% -
HSV(B) 282.68º 0.41% 0.92% -
XYZ 49.25 36.95 82.38 -
YUV 168.69 164.86 154.61 -
System Red Green Blue C M Y K H S L
Decimal 206 137 234 0.12 0.41 0 0.08 282.68 0.7 0.73
Hex CE 89 EA C 29 0 8 11B 46 49
Octal 316 211 352 14 51 0 10 433 106 111
Binary 11001110 10001001 11101010 1100 101001 0 1000 100011011 1000110 1001001

Color Harmonies of #CE89EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE89EA

Black with #CE89EA

Text Example


Text Example

White with #CE89EA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE89EA; }

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

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

background-color css

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

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

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

border-color css

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

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

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