Html Css Color HEX #C382D8 Wisteria

📋 copy color: '#C382D8'

red 195 ◦ green 130 ◦ blue 216

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

Shades of Wisteria #C382D8

Tints of Wisteria #C382D8

RGB

 RED value IS 195 (76.56% from 255) = 36.04%

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

 BLUE value IS 216 (84.77% from 255) = 39.93%

R = 36.04%
G = 24.03%
B = 39.93%

CMYK

 C value IS 0.10

 M value IS 0.40

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#C382D8 (or 0xC382D8) is known color: Wisteria. HEX triplet: C3, 82 and D8. RGB value is (195,130,216). Sum of RGB (Red+Green+Blue) = 195+130+216=541 (71% of max value = 765). Red value is 195 (76.56% from 255 or 36.04% from 541); Green value is 130 (51.17% from 255 or 24.03% from 541); Blue value is 216 (84.77% from 255 or 39.93% from 541); Max value from RGB is 216 - color contains mainly: blue. Hex color #C382D8 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C382D8 is #3C7D27. Grayscale: #9E9E9E. Windows color (decimal): -3964200 or 14189251. OLE color: 14189251.

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

Color convert

RGB 195 130 216 -
CMYK 0.10 0.40 0 0.15
HSL 285.35º 0.52% 0.68% -
HSV(B) 285.35º 0.4% 0.85% -
XYZ 42.88 32.53 68.98 -
YUV 159.24 160.03 153.51 -
System Red Green Blue C M Y K H S L
Decimal 195 130 216 0.10 0.40 0 0.15 285.35 0.52 0.68
Hex C3 82 D8 A 28 0 F 11D 34 44
Octal 303 202 330 12 50 0 17 435 64 104
Binary 11000011 10000010 11011000 1010 101000 0 1111 100011101 110100 1000100

Color Harmonies of #C382D8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C382D8

Black with #C382D8

Text Example


Text Example

White with #C382D8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C382D8; }

 p { color: rgb(195,130,216); }

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

background-color css

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

 a { background-color: rgb(195,130,216); }

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

border-color css

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

 span { border-color: rgb(195,130,216); }

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