Html Css Color HEX #C782DA Wisteria

📋 copy color: '#C782DA'

red 199 ◦ green 130 ◦ blue 218

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

Shades of Wisteria #C782DA

Tints of Wisteria #C782DA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 39.85%

R = 36.38%
G = 23.77%
B = 39.85%

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

#C782DA (or 0xC782DA) is known color: Wisteria. HEX triplet: C7, 82 and DA. RGB value is (199,130,218). Sum of RGB (Red+Green+Blue) = 199+130+218=547 (72% of max value = 765). Red value is 199 (78.12% from 255 or 36.38% from 547); Green value is 130 (51.17% from 255 or 23.77% from 547); Blue value is 218 (85.55% from 255 or 39.85% from 547); Max value from RGB is 218 - color contains mainly: blue. Hex color #C782DA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C782DA is #387D25. Grayscale: #A0A0A0. Windows color (decimal): -3702054 or 14320327. OLE color: 14320327.

HSL color Cylindrical-coordinate representation of color #C782DA: hue angle of 287.05º degrees, saturation: 0.54, 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 #C782DA is Cyan = 0.09, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 199 130 218 -
CMYK 0.09 0.40 0 0.15
HSL 287.05º 0.54% 0.68% -
HSV(B) 287.05º 0.4% 0.85% -
XYZ 44.19 33.17 70.4 -
YUV 160.66 160.36 155.34 -
System Red Green Blue C M Y K H S L
Decimal 199 130 218 0.09 0.40 0 0.15 287.05 0.54 0.68
Hex C7 82 DA 9 28 0 F 11F 36 44
Octal 307 202 332 11 50 0 17 437 66 104
Binary 11000111 10000010 11011010 1001 101000 0 1111 100011111 110110 1000100

Color Harmonies of #C782DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C782DA

Black with #C782DA

Text Example


Text Example

White with #C782DA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C782DA; }

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

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

background-color css

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

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

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

border-color css

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

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

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