Html Css Color HEX #C381EC Wisteria

📋 copy color: '#C381EC'

red 195 ◦ green 129 ◦ blue 236

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

Shades of Wisteria #C381EC

Tints of Wisteria #C381EC

RGB

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

 GREEN value IS 129 (50.78% from 255) = 23.04%

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

R = 34.82%
G = 23.04%
B = 42.14%

CMYK

 C value IS 0.17

 M value IS 0.45

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#C381EC (or 0xC381EC) is known color: Wisteria. HEX triplet: C3, 81 and EC. RGB value is (195,129,236). Sum of RGB (Red+Green+Blue) = 195+129+236=560 (74% of max value = 765). Red value is 195 (76.56% from 255 or 34.82% from 560); Green value is 129 (50.78% from 255 or 23.04% from 560); Blue value is 236 (92.58% from 255 or 42.14% from 560); Max value from RGB is 236 - color contains mainly: blue. Hex color #C381EC is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C381EC is #3C7E13. Grayscale: #A0A0A0. Windows color (decimal): -3964436 or 15499715. OLE color: 15499715.

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

Color convert

RGB 195 129 236 -
CMYK 0.17 0.45 0 0.07
HSL 277.01º 0.74% 0.72% -
HSV(B) 277.01º 0.45% 0.93% -
XYZ 45.5 33.36 83.4 -
YUV 160.93 170.37 152.3 -
System Red Green Blue C M Y K H S L
Decimal 195 129 236 0.17 0.45 0 0.07 277.01 0.74 0.72
Hex C3 81 EC 11 2D 0 7 115 4A 48
Octal 303 201 354 21 55 0 7 425 112 110
Binary 11000011 10000001 11101100 10001 101101 0 111 100010101 1001010 1001000

Color Harmonies of #C381EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C381EC

Black with #C381EC

Text Example


Text Example

White with #C381EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C381EC; }

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

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

background-color css

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

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

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

border-color css

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

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

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