Html Css Color HEX #C984D7 Wisteria

📋 copy color: '#C984D7'

red 201 ◦ green 132 ◦ blue 215

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

Shades of Wisteria #C984D7

Tints of Wisteria #C984D7

RGB

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

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

 BLUE value IS 215 (84.38% from 255) = 39.23%

R = 36.68%
G = 24.09%
B = 39.23%

CMYK

 C value IS 0.07

 M value IS 0.39

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#C984D7 (or 0xC984D7) is known color: Wisteria. HEX triplet: C9, 84 and D7. RGB value is (201,132,215). Sum of RGB (Red+Green+Blue) = 201+132+215=548 (72% of max value = 765). Red value is 201 (78.91% from 255 or 36.68% from 548); Green value is 132 (51.95% from 255 or 24.09% from 548); Blue value is 215 (84.38% from 255 or 39.23% from 548); Max value from RGB is 215 - color contains mainly: blue. Hex color #C984D7 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C984D7 is #367B28. Grayscale: #A1A1A1. Windows color (decimal): -3570473 or 14124233. OLE color: 14124233.

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

Color convert

RGB 201 132 215 -
CMYK 0.07 0.39 0 0.16
HSL 289.88º 0.51% 0.68% -
HSV(B) 289.88º 0.39% 0.84% -
XYZ 44.6 33.83 68.47 -
YUV 162.09 157.86 155.75 -
System Red Green Blue C M Y K H S L
Decimal 201 132 215 0.07 0.39 0 0.16 289.88 0.51 0.68
Hex C9 84 D7 7 27 0 10 122 33 44
Octal 311 204 327 7 47 0 20 442 63 104
Binary 11001001 10000100 11010111 111 100111 0 10000 100100010 110011 1000100

Color Harmonies of #C984D7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C984D7

Black with #C984D7

Text Example


Text Example

White with #C984D7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C984D7; }

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

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

background-color css

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

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

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

border-color css

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

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

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