Html Css Color HEX #CE89ED Wisteria

📋 copy color: '#CE89ED'

red 206 ◦ green 137 ◦ blue 237

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

Shades of Wisteria #CE89ED

Tints of Wisteria #CE89ED

RGB

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

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

 BLUE value IS 237 (92.97% from 255) = 40.86%

R = 35.52%
G = 23.62%
B = 40.86%

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

#CE89ED (or 0xCE89ED) is known color: Wisteria. HEX triplet: CE, 89 and ED. RGB value is (206,137,237). Sum of RGB (Red+Green+Blue) = 206+137+237=580 (76% of max value = 765). Red value is 206 (80.86% from 255 or 35.52% from 580); Green value is 137 (53.91% from 255 or 23.62% from 580); Blue value is 237 (92.97% from 255 or 40.86% from 580); Max value from RGB is 237 - color contains mainly: blue. Hex color #CE89ED is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CE89ED is #317612. Grayscale: #A8A8A8. Windows color (decimal): -3241491 or 15567310. OLE color: 15567310.

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

Color convert

RGB 206 137 237 -
CMYK 0.13 0.42 0 0.07
HSL 281.4º 0.74% 0.73% -
HSV(B) 281.4º 0.42% 0.93% -
XYZ 49.69 37.13 84.67 -
YUV 169.03 166.36 154.37 -
System Red Green Blue C M Y K H S L
Decimal 206 137 237 0.13 0.42 0 0.07 281.4 0.74 0.73
Hex CE 89 ED D 2A 0 7 119 4A 49
Octal 316 211 355 15 52 0 7 431 112 111
Binary 11001110 10001001 11101101 1101 101010 0 111 100011001 1001010 1001001

Color Harmonies of #CE89ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE89ED

Black with #CE89ED

Text Example


Text Example

White with #CE89ED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE89ED; }

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

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

background-color css

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

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

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

border-color css

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

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

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