Html Css Color HEX #C37EDC Wisteria

📋 copy color: '#C37EDC'

red 195 ◦ green 126 ◦ blue 220

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

Shades of Wisteria #C37EDC

Tints of Wisteria #C37EDC

RGB

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

 GREEN value IS 126 (49.61% from 255) = 23.29%

 BLUE value IS 220 (86.33% from 255) = 40.67%

R = 36.04%
G = 23.29%
B = 40.67%

CMYK

 C value IS 0.11

 M value IS 0.43

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#C37EDC (or 0xC37EDC) is known color: Wisteria. HEX triplet: C3, 7E and DC. RGB value is (195,126,220). Sum of RGB (Red+Green+Blue) = 195+126+220=541 (71% of max value = 765). Red value is 195 (76.56% from 255 or 36.04% from 541); Green value is 126 (49.61% from 255 or 23.29% from 541); Blue value is 220 (86.33% from 255 or 40.67% from 541); Max value from RGB is 220 - color contains mainly: blue. Hex color #C37EDC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C37EDC is #3C8123. Grayscale: #9D9D9D. Windows color (decimal): -3965220 or 14450371. OLE color: 14450371.

HSL color Cylindrical-coordinate representation of color #C37EDC: hue angle of 284.04º degrees, saturation: 0.57, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #C37EDC is Cyan = 0.11, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 195 126 220 -
CMYK 0.11 0.43 0 0.14
HSL 284.04º 0.57% 0.68% -
HSV(B) 284.04º 0.43% 0.86% -
XYZ 42.88 31.69 71.57 -
YUV 157.35 163.36 154.86 -
System Red Green Blue C M Y K H S L
Decimal 195 126 220 0.11 0.43 0 0.14 284.04 0.57 0.68
Hex C3 7E DC B 2B 0 E 11C 39 44
Octal 303 176 334 13 53 0 16 434 71 104
Binary 11000011 1111110 11011100 1011 101011 0 1110 100011100 111001 1000100

Color Harmonies of #C37EDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C37EDC

Black with #C37EDC

Text Example


Text Example

White with #C37EDC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C37EDC; }

 p { color: rgb(195,126,220); }

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

background-color css

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

 a { background-color: rgb(195,126,220); }

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

border-color css

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

 span { border-color: rgb(195,126,220); }

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