Html Css Color HEX #C782DD Wisteria

📋 copy color: '#C782DD'

red 199 ◦ green 130 ◦ blue 221

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

Shades of Wisteria #C782DD

Tints of Wisteria #C782DD

RGB

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

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

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

R = 36.18%
G = 23.64%
B = 40.18%

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

#C782DD (or 0xC782DD) is known color: Wisteria. HEX triplet: C7, 82 and DD. RGB value is (199,130,221). Sum of RGB (Red+Green+Blue) = 199+130+221=550 (72% of max value = 765). Red value is 199 (78.12% from 255 or 36.18% from 550); Green value is 130 (51.17% from 255 or 23.64% from 550); Blue value is 221 (86.72% from 255 or 40.18% from 550); Max value from RGB is 221 - color contains mainly: blue. Hex color #C782DD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C782DD is #387D22. Grayscale: #A0A0A0. Windows color (decimal): -3702051 or 14516935. OLE color: 14516935.

HSL color Cylindrical-coordinate representation of color #C782DD: hue angle of 285.49º 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 #C782DD is Cyan = 0.10, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 199 130 221 -
CMYK 0.10 0.41 0 0.13
HSL 285.49º 0.57% 0.69% -
HSV(B) 285.49º 0.41% 0.87% -
XYZ 44.59 33.33 72.49 -
YUV 161.01 161.86 155.1 -
System Red Green Blue C M Y K H S L
Decimal 199 130 221 0.10 0.41 0 0.13 285.49 0.57 0.69
Hex C7 82 DD A 29 0 D 11D 39 45
Octal 307 202 335 12 51 0 15 435 71 105
Binary 11000111 10000010 11011101 1010 101001 0 1101 100011101 111001 1000101

Color Harmonies of #C782DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C782DD

Black with #C782DD

Text Example


Text Example

White with #C782DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C782DD; }

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

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

background-color css

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

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

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

border-color css

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

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

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