Html Css Color HEX #C981DC Wisteria

📋 copy color: '#C981DC'

red 201 ◦ green 129 ◦ blue 220

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

Shades of Wisteria #C981DC

Tints of Wisteria #C981DC

RGB

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

 GREEN value IS 129 (50.78% from 255) = 23.45%

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

R = 36.55%
G = 23.45%
B = 40%

CMYK

 C value IS 0.09

 M value IS 0.41

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#C981DC (or 0xC981DC) is known color: Wisteria. HEX triplet: C9, 81 and DC. RGB value is (201,129,220). Sum of RGB (Red+Green+Blue) = 201+129+220=550 (72% of max value = 765). Red value is 201 (78.91% from 255 or 36.55% from 550); Green value is 129 (50.78% from 255 or 23.45% from 550); Blue value is 220 (86.33% from 255 or 40% from 550); Max value from RGB is 220 - color contains mainly: blue. Hex color #C981DC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C981DC is #367E23. Grayscale: #A0A0A0. Windows color (decimal): -3571236 or 14451145. OLE color: 14451145.

HSL color Cylindrical-coordinate representation of color #C981DC: hue angle of 287.47º degrees, saturation: 0.57, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #C981DC is Cyan = 0.09, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 201 129 220 -
CMYK 0.09 0.41 0 0.14
HSL 287.47º 0.57% 0.68% -
HSV(B) 287.47º 0.41% 0.86% -
XYZ 44.86 33.29 71.77 -
YUV 160.9 161.35 156.6 -
System Red Green Blue C M Y K H S L
Decimal 201 129 220 0.09 0.41 0 0.14 287.47 0.57 0.68
Hex C9 81 DC 9 29 0 E 11F 39 44
Octal 311 201 334 11 51 0 16 437 71 104
Binary 11001001 10000001 11011100 1001 101001 0 1110 100011111 111001 1000100

Color Harmonies of #C981DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C981DC

Black with #C981DC

Text Example


Text Example

White with #C981DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C981DC; }

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

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

background-color css

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

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

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

border-color css

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

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

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