Html Css Color HEX #C380ED Wisteria

📋 copy color: '#C380ED'

red 195 ◦ green 128 ◦ blue 237

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

Shades of Wisteria #C380ED

Tints of Wisteria #C380ED

RGB

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

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

 BLUE value IS 237 (92.97% from 255) = 42.32%

R = 34.82%
G = 22.86%
B = 42.32%

CMYK

 C value IS 0.18

 M value IS 0.46

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#C380ED (or 0xC380ED) is known color: Wisteria. HEX triplet: C3, 80 and ED. RGB value is (195,128,237). Sum of RGB (Red+Green+Blue) = 195+128+237=560 (74% of max value = 765). Red value is 195 (76.56% from 255 or 34.82% from 560); Green value is 128 (50.39% from 255 or 22.86% from 560); Blue value is 237 (92.97% from 255 or 42.32% from 560); Max value from RGB is 237 - color contains mainly: blue. Hex color #C380ED is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C380ED is #3C7F12. Grayscale: #A0A0A0. Windows color (decimal): -3964691 or 15564995. OLE color: 15564995.

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

Color convert

RGB 195 128 237 -
CMYK 0.18 0.46 0 0.07
HSL 276.88º 0.75% 0.72% -
HSV(B) 276.88º 0.46% 0.93% -
XYZ 45.51 33.15 84.12 -
YUV 160.46 171.2 152.64 -
System Red Green Blue C M Y K H S L
Decimal 195 128 237 0.18 0.46 0 0.07 276.88 0.75 0.72
Hex C3 80 ED 12 2E 0 7 115 4B 48
Octal 303 200 355 22 56 0 7 425 113 110
Binary 11000011 10000000 11101101 10010 101110 0 111 100010101 1001011 1001000

Color Harmonies of #C380ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C380ED

Black with #C380ED

Text Example


Text Example

White with #C380ED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C380ED; }

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

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

background-color css

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

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

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

border-color css

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

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

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