Html Css Color HEX #C782DC Wisteria

📋 copy color: '#C782DC'

red 199 ◦ green 130 ◦ blue 220

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

Shades of Wisteria #C782DC

Tints of Wisteria #C782DC

RGB

 RED value IS 199 (78.13% from 255) = 36.25%

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

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

R = 36.25%
G = 23.68%
B = 40.07%

CMYK

 C value IS 0.10

 M value IS 0.41

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#C782DC (or 0xC782DC) is known color: Wisteria. HEX triplet: C7, 82 and DC. RGB value is (199,130,220). Sum of RGB (Red+Green+Blue) = 199+130+220=549 (72% of max value = 765). Red value is 199 (78.12% from 255 or 36.25% from 549); Green value is 130 (51.17% from 255 or 23.68% from 549); Blue value is 220 (86.33% from 255 or 40.07% from 549); Max value from RGB is 220 - color contains mainly: blue. Hex color #C782DC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C782DC is #387D23. Grayscale: #A0A0A0. Windows color (decimal): -3702052 or 14451399. OLE color: 14451399.

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

Color convert

RGB 199 130 220 -
CMYK 0.10 0.41 0 0.14
HSL 286º 0.56% 0.69% -
HSV(B) 286º 0.41% 0.86% -
XYZ 44.45 33.27 71.79 -
YUV 160.89 161.36 155.18 -
System Red Green Blue C M Y K H S L
Decimal 199 130 220 0.10 0.41 0 0.14 286 0.56 0.69
Hex C7 82 DC A 29 0 E 11E 38 45
Octal 307 202 334 12 51 0 16 436 70 105
Binary 11000111 10000010 11011100 1010 101001 0 1110 100011110 111000 1000101

Color Harmonies of #C782DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C782DC

Black with #C782DC

Text Example


Text Example

White with #C782DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C782DC; }

 p { color: rgb(199,130,220); }

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

background-color css

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

 a { background-color: rgb(199,130,220); }

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

border-color css

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

 span { border-color: rgb(199,130,220); }

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