Html Css Color HEX #C37EDB Wisteria

📋 copy color: '#C37EDB'

red 195 ◦ green 126 ◦ blue 219

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

Shades of Wisteria #C37EDB

Tints of Wisteria #C37EDB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 40.56%

R = 36.11%
G = 23.33%
B = 40.56%

CMYK

 C value IS 0.11

 M value IS 0.42

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#C37EDB (or 0xC37EDB) is known color: Wisteria. HEX triplet: C3, 7E and DB. RGB value is (195,126,219). Sum of RGB (Red+Green+Blue) = 195+126+219=540 (71% of max value = 765). Red value is 195 (76.56% from 255 or 36.11% from 540); Green value is 126 (49.61% from 255 or 23.33% from 540); Blue value is 219 (85.94% from 255 or 40.56% from 540); Max value from RGB is 219 - color contains mainly: blue. Hex color #C37EDB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C37EDB is #3C8124. Grayscale: #9C9C9C. Windows color (decimal): -3965221 or 14384835. OLE color: 14384835.

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

Color convert

RGB 195 126 219 -
CMYK 0.11 0.42 0 0.14
HSL 284.52º 0.56% 0.68% -
HSV(B) 284.52º 0.42% 0.86% -
XYZ 42.75 31.64 70.87 -
YUV 157.23 162.86 154.94 -
System Red Green Blue C M Y K H S L
Decimal 195 126 219 0.11 0.42 0 0.14 284.52 0.56 0.68
Hex C3 7E DB B 2A 0 E 11D 38 44
Octal 303 176 333 13 52 0 16 435 70 104
Binary 11000011 1111110 11011011 1011 101010 0 1110 100011101 111000 1000100

Color Harmonies of #C37EDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C37EDB

Black with #C37EDB

Text Example


Text Example

White with #C37EDB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C37EDB; }

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

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

background-color css

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

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

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

border-color css

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

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

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