Html Css Color HEX #C682DD Wisteria

📋 copy color: '#C682DD'

red 198 ◦ green 130 ◦ blue 221

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

Shades of Wisteria #C682DD

Tints of Wisteria #C682DD

RGB

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

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

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

R = 36.07%
G = 23.68%
B = 40.26%

CMYK

 C value IS 0.10

 M value IS 0.41

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#C682DD (or 0xC682DD) is known color: Wisteria. HEX triplet: C6, 82 and DD. RGB value is (198,130,221). Sum of RGB (Red+Green+Blue) = 198+130+221=549 (72% of max value = 765). Red value is 198 (77.73% from 255 or 36.07% from 549); Green value is 130 (51.17% from 255 or 23.68% from 549); Blue value is 221 (86.72% from 255 or 40.26% from 549); Max value from RGB is 221 - color contains mainly: blue. Hex color #C682DD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C682DD is #397D22. Grayscale: #A0A0A0. Windows color (decimal): -3767587 or 14516934. OLE color: 14516934.

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

Color convert

RGB 198 130 221 -
CMYK 0.10 0.41 0 0.13
HSL 284.84º 0.57% 0.69% -
HSV(B) 284.84º 0.41% 0.87% -
XYZ 44.32 33.19 72.48 -
YUV 160.71 162.03 154.6 -
System Red Green Blue C M Y K H S L
Decimal 198 130 221 0.10 0.41 0 0.13 284.84 0.57 0.69
Hex C6 82 DD A 29 0 D 11D 39 45
Octal 306 202 335 12 51 0 15 435 71 105
Binary 11000110 10000010 11011101 1010 101001 0 1101 100011101 111001 1000101

Color Harmonies of #C682DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C682DD

Black with #C682DD

Text Example


Text Example

White with #C682DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C682DD; }

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

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

background-color css

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

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

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

border-color css

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

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

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