Html Css Color HEX #CE89DD Wisteria

📋 copy color: '#CE89DD'

red 206 ◦ green 137 ◦ blue 221

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

Shades of Wisteria #CE89DD

Tints of Wisteria #CE89DD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 39.18%

R = 36.52%
G = 24.29%
B = 39.18%

CMYK

 C value IS 0.07

 M value IS 0.38

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#CE89DD (or 0xCE89DD) is known color: Wisteria. HEX triplet: CE, 89 and DD. RGB value is (206,137,221). Sum of RGB (Red+Green+Blue) = 206+137+221=564 (74% of max value = 765). Red value is 206 (80.86% from 255 or 36.52% from 564); Green value is 137 (53.91% from 255 or 24.29% from 564); Blue value is 221 (86.72% from 255 or 39.18% from 564); Max value from RGB is 221 - color contains mainly: blue. Hex color #CE89DD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CE89DD is #317622. Grayscale: #A6A6A6. Windows color (decimal): -3241507 or 14518734. OLE color: 14518734.

HSL color Cylindrical-coordinate representation of color #CE89DD: hue angle of 289.29º degrees, saturation: 0.55, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #CE89DD is Cyan = 0.07, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 206 137 221 -
CMYK 0.07 0.38 0 0.13
HSL 289.29º 0.55% 0.7% -
HSV(B) 289.29º 0.38% 0.87% -
XYZ 47.45 36.23 72.9 -
YUV 167.21 158.36 155.67 -
System Red Green Blue C M Y K H S L
Decimal 206 137 221 0.07 0.38 0 0.13 289.29 0.55 0.7
Hex CE 89 DD 7 26 0 D 121 37 46
Octal 316 211 335 7 46 0 15 441 67 106
Binary 11001110 10001001 11011101 111 100110 0 1101 100100001 110111 1000110

Color Harmonies of #CE89DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE89DD

Black with #CE89DD

Text Example


Text Example

White with #CE89DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE89DD; }

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

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

background-color css

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

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

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

border-color css

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

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

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