Html Css Color HEX #C380EC Wisteria

📋 copy color: '#C380EC'

red 195 ◦ green 128 ◦ blue 236

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

Shades of Wisteria #C380EC

Tints of Wisteria #C380EC

RGB

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

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

 BLUE value IS 236 (92.58% from 255) = 42.22%

R = 34.88%
G = 22.9%
B = 42.22%

CMYK

 C value IS 0.17

 M value IS 0.46

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#C380EC (or 0xC380EC) is known color: Wisteria. HEX triplet: C3, 80 and EC. RGB value is (195,128,236). Sum of RGB (Red+Green+Blue) = 195+128+236=559 (74% of max value = 765). Red value is 195 (76.56% from 255 or 34.88% from 559); Green value is 128 (50.39% from 255 or 22.90% from 559); Blue value is 236 (92.58% from 255 or 42.22% from 559); Max value from RGB is 236 - color contains mainly: blue. Hex color #C380EC is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C380EC is #3C7F13. Grayscale: #9F9F9F. Windows color (decimal): -3964692 or 15499459. OLE color: 15499459.

HSL color Cylindrical-coordinate representation of color #C380EC: hue angle of 277.22º degrees, saturation: 0.74, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #C380EC is Cyan = 0.17, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 195 128 236 -
CMYK 0.17 0.46 0 0.07
HSL 277.22º 0.74% 0.71% -
HSV(B) 277.22º 0.46% 0.93% -
XYZ 45.37 33.1 83.35 -
YUV 160.35 170.7 152.72 -
System Red Green Blue C M Y K H S L
Decimal 195 128 236 0.17 0.46 0 0.07 277.22 0.74 0.71
Hex C3 80 EC 11 2E 0 7 115 4A 47
Octal 303 200 354 21 56 0 7 425 112 107
Binary 11000011 10000000 11101100 10001 101110 0 111 100010101 1001010 1000111

Color Harmonies of #C380EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C380EC

Black with #C380EC

Text Example


Text Example

White with #C380EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C380EC; }

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

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

background-color css

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

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

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

border-color css

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

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

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