Html Css Color HEX #C984DC Wisteria

📋 copy color: '#C984DC'

red 201 ◦ green 132 ◦ blue 220

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

Shades of Wisteria #C984DC

Tints of Wisteria #C984DC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 39.78%

R = 36.35%
G = 23.87%
B = 39.78%

CMYK

 C value IS 0.09

 M value IS 0.40

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#C984DC (or 0xC984DC) is known color: Wisteria. HEX triplet: C9, 84 and DC. RGB value is (201,132,220). Sum of RGB (Red+Green+Blue) = 201+132+220=553 (73% of max value = 765). Red value is 201 (78.91% from 255 or 36.35% from 553); Green value is 132 (51.95% from 255 or 23.87% from 553); Blue value is 220 (86.33% from 255 or 39.78% from 553); Max value from RGB is 220 - color contains mainly: blue. Hex color #C984DC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C984DC is #367B23. Grayscale: #A2A2A2. Windows color (decimal): -3570468 or 14451913. OLE color: 14451913.

HSL color Cylindrical-coordinate representation of color #C984DC: hue angle of 287.05º degrees, saturation: 0.56, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #C984DC is Cyan = 0.09, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 201 132 220 -
CMYK 0.09 0.40 0 0.14
HSL 287.05º 0.56% 0.69% -
HSV(B) 287.05º 0.4% 0.86% -
XYZ 45.26 34.09 71.9 -
YUV 162.66 160.36 155.34 -
System Red Green Blue C M Y K H S L
Decimal 201 132 220 0.09 0.40 0 0.14 287.05 0.56 0.69
Hex C9 84 DC 9 28 0 E 11F 38 45
Octal 311 204 334 11 50 0 16 437 70 105
Binary 11001001 10000100 11011100 1001 101000 0 1110 100011111 111000 1000101

Color Harmonies of #C984DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C984DC

Black with #C984DC

Text Example


Text Example

White with #C984DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C984DC; }

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

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

background-color css

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

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

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

border-color css

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

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

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