Html Css Color HEX #C37EDF Wisteria

📋 copy color: '#C37EDF'

red 195 ◦ green 126 ◦ blue 223

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

Shades of Wisteria #C37EDF

Tints of Wisteria #C37EDF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 40.99%

R = 35.85%
G = 23.16%
B = 40.99%

CMYK

 C value IS 0.13

 M value IS 0.43

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#C37EDF (or 0xC37EDF) is known color: Wisteria. HEX triplet: C3, 7E and DF. RGB value is (195,126,223). Sum of RGB (Red+Green+Blue) = 195+126+223=544 (72% of max value = 765). Red value is 195 (76.56% from 255 or 35.85% from 544); Green value is 126 (49.61% from 255 or 23.16% from 544); Blue value is 223 (87.5% from 255 or 40.99% from 544); Max value from RGB is 223 - color contains mainly: blue. Hex color #C37EDF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C37EDF is #3C8120. Grayscale: #9D9D9D. Windows color (decimal): -3965217 or 14646979. OLE color: 14646979.

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

Color convert

RGB 195 126 223 -
CMYK 0.13 0.43 0 0.13
HSL 282.68º 0.6% 0.68% -
HSV(B) 282.68º 0.43% 0.87% -
XYZ 43.29 31.85 73.68 -
YUV 157.69 164.86 154.61 -
System Red Green Blue C M Y K H S L
Decimal 195 126 223 0.13 0.43 0 0.13 282.68 0.6 0.68
Hex C3 7E DF D 2B 0 D 11B 3C 44
Octal 303 176 337 15 53 0 15 433 74 104
Binary 11000011 1111110 11011111 1101 101011 0 1101 100011011 111100 1000100

Color Harmonies of #C37EDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C37EDF

Black with #C37EDF

Text Example


Text Example

White with #C37EDF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C37EDF; }

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

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

background-color css

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

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

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

border-color css

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

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

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