Html Css Color HEX #C981DD Wisteria

📋 copy color: '#C981DD'

red 201 ◦ green 129 ◦ blue 221

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

Shades of Wisteria #C981DD

Tints of Wisteria #C981DD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 40.11%

R = 36.48%
G = 23.41%
B = 40.11%

CMYK

 C value IS 0.09

 M value IS 0.42

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#C981DD (or 0xC981DD) is known color: Wisteria. HEX triplet: C9, 81 and DD. RGB value is (201,129,221). Sum of RGB (Red+Green+Blue) = 201+129+221=551 (72% of max value = 765). Red value is 201 (78.91% from 255 or 36.48% from 551); Green value is 129 (50.78% from 255 or 23.41% from 551); Blue value is 221 (86.72% from 255 or 40.11% from 551); Max value from RGB is 221 - color contains mainly: blue. Hex color #C981DD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C981DD is #367E22. Grayscale: #A0A0A0. Windows color (decimal): -3571235 or 14516681. OLE color: 14516681.

HSL color Cylindrical-coordinate representation of color #C981DD: hue angle of 286.96º degrees, saturation: 0.57, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #C981DD is Cyan = 0.09, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 201 129 221 -
CMYK 0.09 0.42 0 0.13
HSL 286.96º 0.58% 0.69% -
HSV(B) 286.96º 0.42% 0.87% -
XYZ 44.99 33.34 72.47 -
YUV 161.02 161.85 156.52 -
System Red Green Blue C M Y K H S L
Decimal 201 129 221 0.09 0.42 0 0.13 286.96 0.58 0.69
Hex C9 81 DD 9 2A 0 D 11F 3A 45
Octal 311 201 335 11 52 0 15 437 72 105
Binary 11001001 10000001 11011101 1001 101010 0 1101 100011111 111010 1000101

Color Harmonies of #C981DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C981DD

Black with #C981DD

Text Example


Text Example

White with #C981DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C981DD; }

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

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

background-color css

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

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

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

border-color css

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

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

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