Html Css Color HEX #C989E1 Wisteria

📋 copy color: '#C989E1'

red 201 ◦ green 137 ◦ blue 225

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

Shades of Wisteria #C989E1

Tints of Wisteria #C989E1

RGB

 RED value IS 201 (78.91% from 255) = 35.7%

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

 BLUE value IS 225 (88.28% from 255) = 39.96%

R = 35.7%
G = 24.33%
B = 39.96%

CMYK

 C value IS 0.11

 M value IS 0.39

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#C989E1 (or 0xC989E1) is known color: Wisteria. HEX triplet: C9, 89 and E1. RGB value is (201,137,225). Sum of RGB (Red+Green+Blue) = 201+137+225=563 (74% of max value = 765). Red value is 201 (78.91% from 255 or 35.70% from 563); Green value is 137 (53.91% from 255 or 24.33% from 563); Blue value is 225 (88.28% from 255 or 39.96% from 563); Max value from RGB is 225 - color contains mainly: blue. Hex color #C989E1 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C989E1 is #36761E. Grayscale: #A5A5A5. Windows color (decimal): -3569183 or 14780873. OLE color: 14780873.

HSL color Cylindrical-coordinate representation of color #C989E1: hue angle of 283.64º degrees, saturation: 0.59, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #C989E1 is Cyan = 0.11, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 201 137 225 -
CMYK 0.11 0.39 0 0.12
HSL 283.64º 0.59% 0.71% -
HSV(B) 283.64º 0.39% 0.88% -
XYZ 46.62 35.75 75.68 -
YUV 166.17 161.2 152.84 -
System Red Green Blue C M Y K H S L
Decimal 201 137 225 0.11 0.39 0 0.12 283.64 0.59 0.71
Hex C9 89 E1 B 27 0 C 11C 3B 47
Octal 311 211 341 13 47 0 14 434 73 107
Binary 11001001 10001001 11100001 1011 100111 0 1100 100011100 111011 1000111

Color Harmonies of #C989E1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C989E1

Black with #C989E1

Text Example


Text Example

White with #C989E1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C989E1; }

 p { color: rgb(201,137,225); }

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

background-color css

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

 a { background-color: rgb(201,137,225); }

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

border-color css

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

 span { border-color: rgb(201,137,225); }

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