Html Css Color HEX #C487DD Wisteria

📋 copy color: '#C487DD'

red 196 ◦ green 135 ◦ blue 221

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

Shades of Wisteria #C487DD

Tints of Wisteria #C487DD

RGB

 RED value IS 196 (76.95% from 255) = 35.51%

 GREEN value IS 135 (53.13% from 255) = 24.46%

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

R = 35.51%
G = 24.46%
B = 40.04%

CMYK

 C value IS 0.11

 M value IS 0.39

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#C487DD (or 0xC487DD) is known color: Wisteria. HEX triplet: C4, 87 and DD. RGB value is (196,135,221). Sum of RGB (Red+Green+Blue) = 196+135+221=552 (73% of max value = 765). Red value is 196 (76.95% from 255 or 35.51% from 552); Green value is 135 (53.12% from 255 or 24.46% from 552); Blue value is 221 (86.72% from 255 or 40.04% from 552); Max value from RGB is 221 - color contains mainly: blue. Hex color #C487DD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C487DD is #3B7822. Grayscale: #A2A2A2. Windows color (decimal): -3897379 or 14518212. OLE color: 14518212.

HSL color Cylindrical-coordinate representation of color #C487DD: hue angle of 282.56º degrees, saturation: 0.56, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #C487DD is Cyan = 0.11, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 196 135 221 -
CMYK 0.11 0.39 0 0.13
HSL 282.56º 0.56% 0.7% -
HSV(B) 282.56º 0.39% 0.87% -
XYZ 44.48 34.28 72.68 -
YUV 163.04 160.71 151.51 -
System Red Green Blue C M Y K H S L
Decimal 196 135 221 0.11 0.39 0 0.13 282.56 0.56 0.7
Hex C4 87 DD B 27 0 D 11B 38 46
Octal 304 207 335 13 47 0 15 433 70 106
Binary 11000100 10000111 11011101 1011 100111 0 1101 100011011 111000 1000110

Color Harmonies of #C487DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C487DD

Black with #C487DD

Text Example


Text Example

White with #C487DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C487DD; }

 p { color: rgb(196,135,221); }

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

background-color css

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

 a { background-color: rgb(196,135,221); }

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

border-color css

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

 span { border-color: rgb(196,135,221); }

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