Html Css Color HEX #C380DD Wisteria

📋 copy color: '#C380DD'

red 195 ◦ green 128 ◦ blue 221

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

Shades of Wisteria #C380DD

Tints of Wisteria #C380DD

RGB

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

 GREEN value IS 128 (50.39% from 255) = 23.53%

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

R = 35.85%
G = 23.53%
B = 40.63%

CMYK

 C value IS 0.12

 M value IS 0.42

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#C380DD (or 0xC380DD) is known color: Wisteria. HEX triplet: C3, 80 and DD. RGB value is (195,128,221). Sum of RGB (Red+Green+Blue) = 195+128+221=544 (72% of max value = 765). Red value is 195 (76.56% from 255 or 35.85% from 544); Green value is 128 (50.39% from 255 or 23.53% from 544); Blue value is 221 (86.72% from 255 or 40.62% from 544); Max value from RGB is 221 - color contains mainly: blue. Hex color #C380DD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C380DD is #3C7F22. Grayscale: #9E9E9E. Windows color (decimal): -3964707 or 14516419. OLE color: 14516419.

HSL color Cylindrical-coordinate representation of color #C380DD: hue angle of 283.23º degrees, saturation: 0.58, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #C380DD is Cyan = 0.12, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 195 128 221 -
CMYK 0.12 0.42 0 0.13
HSL 283.23º 0.58% 0.68% -
HSV(B) 283.23º 0.42% 0.87% -
XYZ 43.28 32.26 72.35 -
YUV 158.64 163.2 153.94 -
System Red Green Blue C M Y K H S L
Decimal 195 128 221 0.12 0.42 0 0.13 283.23 0.58 0.68
Hex C3 80 DD C 2A 0 D 11B 3A 44
Octal 303 200 335 14 52 0 15 433 72 104
Binary 11000011 10000000 11011101 1100 101010 0 1101 100011011 111010 1000100

Color Harmonies of #C380DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C380DD

Black with #C380DD

Text Example


Text Example

White with #C380DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C380DD; }

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

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

background-color css

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

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

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

border-color css

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

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

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