Html Css Color HEX #C984D8 Wisteria

📋 copy color: '#C984D8'

red 201 ◦ green 132 ◦ blue 216

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

Shades of Wisteria #C984D8

Tints of Wisteria #C984D8

RGB

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

 GREEN value IS 132 (51.95% from 255) = 24.04%

 BLUE value IS 216 (84.77% from 255) = 39.34%

R = 36.61%
G = 24.04%
B = 39.34%

CMYK

 C value IS 0.07

 M value IS 0.39

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#C984D8 (or 0xC984D8) is known color: Wisteria. HEX triplet: C9, 84 and D8. RGB value is (201,132,216). Sum of RGB (Red+Green+Blue) = 201+132+216=549 (72% of max value = 765). Red value is 201 (78.91% from 255 or 36.61% from 549); Green value is 132 (51.95% from 255 or 24.04% from 549); Blue value is 216 (84.77% from 255 or 39.34% from 549); Max value from RGB is 216 - color contains mainly: blue. Hex color #C984D8 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C984D8 is #367B27. Grayscale: #A1A1A1. Windows color (decimal): -3570472 or 14189769. OLE color: 14189769.

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

Color convert

RGB 201 132 216 -
CMYK 0.07 0.39 0 0.15
HSL 289.29º 0.52% 0.68% -
HSV(B) 289.29º 0.39% 0.85% -
XYZ 44.73 33.88 69.15 -
YUV 162.21 158.36 155.67 -
System Red Green Blue C M Y K H S L
Decimal 201 132 216 0.07 0.39 0 0.15 289.29 0.52 0.68
Hex C9 84 D8 7 27 0 F 121 34 44
Octal 311 204 330 7 47 0 17 441 64 104
Binary 11001001 10000100 11011000 111 100111 0 1111 100100001 110100 1000100

Color Harmonies of #C984D8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C984D8

Black with #C984D8

Text Example


Text Example

White with #C984D8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C984D8; }

 p { color: rgb(201,132,216); }

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

background-color css

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

 a { background-color: rgb(201,132,216); }

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

border-color css

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

 span { border-color: rgb(201,132,216); }

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