Html Css Color HEX #C487DC Wisteria

📋 copy color: '#C487DC'

red 196 ◦ green 135 ◦ blue 220

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

Shades of Wisteria #C487DC

Tints of Wisteria #C487DC

RGB

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

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

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

R = 35.57%
G = 24.5%
B = 39.93%

CMYK

 C value IS 0.11

 M value IS 0.39

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#C487DC (or 0xC487DC) is known color: Wisteria. HEX triplet: C4, 87 and DC. RGB value is (196,135,220). Sum of RGB (Red+Green+Blue) = 196+135+220=551 (72% of max value = 765). Red value is 196 (76.95% from 255 or 35.57% from 551); Green value is 135 (53.12% from 255 or 24.50% from 551); Blue value is 220 (86.33% from 255 or 39.93% from 551); Max value from RGB is 220 - color contains mainly: blue. Hex color #C487DC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C487DC is #3B7823. Grayscale: #A2A2A2. Windows color (decimal): -3897380 or 14452676. OLE color: 14452676.

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

Color convert

RGB 196 135 220 -
CMYK 0.11 0.39 0 0.14
HSL 283.06º 0.55% 0.7% -
HSV(B) 283.06º 0.39% 0.86% -
XYZ 44.35 34.23 71.98 -
YUV 162.93 160.21 151.59 -
System Red Green Blue C M Y K H S L
Decimal 196 135 220 0.11 0.39 0 0.14 283.06 0.55 0.7
Hex C4 87 DC B 27 0 E 11B 37 46
Octal 304 207 334 13 47 0 16 433 67 106
Binary 11000100 10000111 11011100 1011 100111 0 1110 100011011 110111 1000110

Color Harmonies of #C487DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C487DC

Black with #C487DC

Text Example


Text Example

White with #C487DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C487DC; }

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

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

background-color css

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

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

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

border-color css

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

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

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