Html Css Color HEX #C782D7 Wisteria

📋 copy color: '#C782D7'

red 199 ◦ green 130 ◦ blue 215

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

Shades of Wisteria #C782D7

Tints of Wisteria #C782D7

RGB

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

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

 BLUE value IS 215 (84.38% from 255) = 39.52%

R = 36.58%
G = 23.9%
B = 39.52%

CMYK

 C value IS 0.07

 M value IS 0.40

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#C782D7 (or 0xC782D7) is known color: Wisteria. HEX triplet: C7, 82 and D7. RGB value is (199,130,215). Sum of RGB (Red+Green+Blue) = 199+130+215=544 (72% of max value = 765). Red value is 199 (78.12% from 255 or 36.58% from 544); Green value is 130 (51.17% from 255 or 23.90% from 544); Blue value is 215 (84.38% from 255 or 39.52% from 544); Max value from RGB is 215 - color contains mainly: blue. Hex color #C782D7 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C782D7 is #387D28. Grayscale: #A0A0A0. Windows color (decimal): -3702057 or 14123719. OLE color: 14123719.

HSL color Cylindrical-coordinate representation of color #C782D7: hue angle of 288.71º degrees, saturation: 0.52, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #C782D7 is Cyan = 0.07, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 199 130 215 -
CMYK 0.07 0.40 0 0.16
HSL 288.71º 0.52% 0.68% -
HSV(B) 288.71º 0.4% 0.84% -
XYZ 43.8 33.01 68.35 -
YUV 160.32 158.86 155.59 -
System Red Green Blue C M Y K H S L
Decimal 199 130 215 0.07 0.40 0 0.16 288.71 0.52 0.68
Hex C7 82 D7 7 28 0 10 121 34 44
Octal 307 202 327 7 50 0 20 441 64 104
Binary 11000111 10000010 11010111 111 101000 0 10000 100100001 110100 1000100

Color Harmonies of #C782D7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C782D7

Black with #C782D7

Text Example


Text Example

White with #C782D7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C782D7; }

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

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

background-color css

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

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

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

border-color css

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

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

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