Html Css Color HEX #C682D9 Wisteria

📋 copy color: '#C682D9'

red 198 ◦ green 130 ◦ blue 217

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

Shades of Wisteria #C682D9

Tints of Wisteria #C682D9

RGB

 RED value IS 198 (77.73% from 255) = 36.33%

 GREEN value IS 130 (51.17% from 255) = 23.85%

 BLUE value IS 217 (85.16% from 255) = 39.82%

R = 36.33%
G = 23.85%
B = 39.82%

CMYK

 C value IS 0.09

 M value IS 0.40

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#C682D9 (or 0xC682D9) is known color: Wisteria. HEX triplet: C6, 82 and D9. RGB value is (198,130,217). Sum of RGB (Red+Green+Blue) = 198+130+217=545 (72% of max value = 765). Red value is 198 (77.73% from 255 or 36.33% from 545); Green value is 130 (51.17% from 255 or 23.85% from 545); Blue value is 217 (85.16% from 255 or 39.82% from 545); Max value from RGB is 217 - color contains mainly: blue. Hex color #C682D9 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C682D9 is #397D26. Grayscale: #9F9F9F. Windows color (decimal): -3767591 or 14254790. OLE color: 14254790.

HSL color Cylindrical-coordinate representation of color #C682D9: hue angle of 286.9º degrees, saturation: 0.53, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #C682D9 is Cyan = 0.09, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 198 130 217 -
CMYK 0.09 0.40 0 0.15
HSL 286.9º 0.53% 0.68% -
HSV(B) 286.9º 0.4% 0.85% -
XYZ 43.8 32.98 69.7 -
YUV 160.25 160.03 154.93 -
System Red Green Blue C M Y K H S L
Decimal 198 130 217 0.09 0.40 0 0.15 286.9 0.53 0.68
Hex C6 82 D9 9 28 0 F 11F 35 44
Octal 306 202 331 11 50 0 17 437 65 104
Binary 11000110 10000010 11011001 1001 101000 0 1111 100011111 110101 1000100

Color Harmonies of #C682D9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C682D9

Black with #C682D9

Text Example


Text Example

White with #C682D9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C682D9; }

 p { color: rgb(198,130,217); }

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

background-color css

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

 a { background-color: rgb(198,130,217); }

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

border-color css

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

 span { border-color: rgb(198,130,217); }

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