Html Css Color HEX #C382DD Wisteria

📋 copy color: '#C382DD'

red 195 ◦ green 130 ◦ blue 221

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

Shades of Wisteria #C382DD

Tints of Wisteria #C382DD

RGB

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

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

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

R = 35.71%
G = 23.81%
B = 40.48%

CMYK

 C value IS 0.12

 M value IS 0.41

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#C382DD (or 0xC382DD) is known color: Wisteria. HEX triplet: C3, 82 and DD. RGB value is (195,130,221). Sum of RGB (Red+Green+Blue) = 195+130+221=546 (72% of max value = 765). Red value is 195 (76.56% from 255 or 35.71% from 546); Green value is 130 (51.17% from 255 or 23.81% from 546); Blue value is 221 (86.72% from 255 or 40.48% from 546); Max value from RGB is 221 - color contains mainly: blue. Hex color #C382DD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C382DD is #3C7D22. Grayscale: #9F9F9F. Windows color (decimal): -3964195 or 14516931. OLE color: 14516931.

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

Color convert

RGB 195 130 221 -
CMYK 0.12 0.41 0 0.13
HSL 282.86º 0.57% 0.69% -
HSV(B) 282.86º 0.41% 0.87% -
XYZ 43.54 32.79 72.44 -
YUV 159.81 162.53 153.1 -
System Red Green Blue C M Y K H S L
Decimal 195 130 221 0.12 0.41 0 0.13 282.86 0.57 0.69
Hex C3 82 DD C 29 0 D 11B 39 45
Octal 303 202 335 14 51 0 15 433 71 105
Binary 11000011 10000010 11011101 1100 101001 0 1101 100011011 111001 1000101

Color Harmonies of #C382DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C382DD

Black with #C382DD

Text Example


Text Example

White with #C382DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C382DD; }

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

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

background-color css

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

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

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

border-color css

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

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

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