Html Css Color HEX #C989DA Wisteria

📋 copy color: '#C989DA'

red 201 ◦ green 137 ◦ blue 218

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

Shades of Wisteria #C989DA

Tints of Wisteria #C989DA

RGB

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

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

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

R = 36.15%
G = 24.64%
B = 39.21%

CMYK

 C value IS 0.08

 M value IS 0.37

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#C989DA (or 0xC989DA) is known color: Wisteria. HEX triplet: C9, 89 and DA. RGB value is (201,137,218). Sum of RGB (Red+Green+Blue) = 201+137+218=556 (73% of max value = 765). Red value is 201 (78.91% from 255 or 36.15% from 556); Green value is 137 (53.91% from 255 or 24.64% from 556); Blue value is 218 (85.55% from 255 or 39.21% from 556); Max value from RGB is 218 - color contains mainly: blue. Hex color #C989DA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C989DA is #367625. Grayscale: #A5A5A5. Windows color (decimal): -3569190 or 14322121. OLE color: 14322121.

HSL color Cylindrical-coordinate representation of color #C989DA: hue angle of 287.41º 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 #C989DA is Cyan = 0.08, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 201 137 218 -
CMYK 0.08 0.37 0 0.15
HSL 287.41º 0.52% 0.7% -
HSV(B) 287.41º 0.37% 0.85% -
XYZ 45.69 35.37 70.75 -
YUV 165.37 157.7 153.41 -
System Red Green Blue C M Y K H S L
Decimal 201 137 218 0.08 0.37 0 0.15 287.41 0.52 0.7
Hex C9 89 DA 8 25 0 F 11F 34 46
Octal 311 211 332 10 45 0 17 437 64 106
Binary 11001001 10001001 11011010 1000 100101 0 1111 100011111 110100 1000110

Color Harmonies of #C989DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C989DA

Black with #C989DA

Text Example


Text Example

White with #C989DA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C989DA; }

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

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

background-color css

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

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

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

border-color css

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

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

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