Html Css Color HEX #CE89DA Wisteria

📋 copy color: '#CE89DA'

red 206 ◦ green 137 ◦ blue 218

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

Shades of Wisteria #CE89DA

Tints of Wisteria #CE89DA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 38.86%

R = 36.72%
G = 24.42%
B = 38.86%

CMYK

 C value IS 0.06

 M value IS 0.37

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#CE89DA (or 0xCE89DA) is known color: Wisteria. HEX triplet: CE, 89 and DA. RGB value is (206,137,218). Sum of RGB (Red+Green+Blue) = 206+137+218=561 (74% of max value = 765). Red value is 206 (80.86% from 255 or 36.72% from 561); Green value is 137 (53.91% from 255 or 24.42% from 561); Blue value is 218 (85.55% from 255 or 38.86% from 561); Max value from RGB is 218 - color contains mainly: blue. Hex color #CE89DA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CE89DA is #317625. Grayscale: #A6A6A6. Windows color (decimal): -3241510 or 14322126. OLE color: 14322126.

HSL color Cylindrical-coordinate representation of color #CE89DA: hue angle of 291.11º degrees, saturation: 0.52, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #CE89DA is Cyan = 0.06, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 206 137 218 -
CMYK 0.06 0.37 0 0.15
HSL 291.11º 0.52% 0.7% -
HSV(B) 291.11º 0.37% 0.85% -
XYZ 47.05 36.08 70.81 -
YUV 166.87 156.86 155.91 -
System Red Green Blue C M Y K H S L
Decimal 206 137 218 0.06 0.37 0 0.15 291.11 0.52 0.7
Hex CE 89 DA 6 25 0 F 123 34 46
Octal 316 211 332 6 45 0 17 443 64 106
Binary 11001110 10001001 11011010 110 100101 0 1111 100100011 110100 1000110

Color Harmonies of #CE89DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE89DA

Black with #CE89DA

Text Example


Text Example

White with #CE89DA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE89DA; }

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

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

background-color css

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

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

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

border-color css

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

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

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