Html Css Color HEX #C37EDD Wisteria

📋 copy color: '#C37EDD'

red 195 ◦ green 126 ◦ blue 221

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

Shades of Wisteria #C37EDD

Tints of Wisteria #C37EDD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 40.77%

R = 35.98%
G = 23.25%
B = 40.77%

CMYK

 C value IS 0.12

 M value IS 0.43

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#C37EDD (or 0xC37EDD) is known color: Wisteria. HEX triplet: C3, 7E and DD. RGB value is (195,126,221). Sum of RGB (Red+Green+Blue) = 195+126+221=542 (71% of max value = 765). Red value is 195 (76.56% from 255 or 35.98% from 542); Green value is 126 (49.61% from 255 or 23.25% from 542); Blue value is 221 (86.72% from 255 or 40.77% from 542); Max value from RGB is 221 - color contains mainly: blue. Hex color #C37EDD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C37EDD is #3C8122. Grayscale: #9D9D9D. Windows color (decimal): -3965219 or 14515907. OLE color: 14515907.

HSL color Cylindrical-coordinate representation of color #C37EDD: hue angle of 283.58º degrees, saturation: 0.58, 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 #C37EDD is Cyan = 0.12, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 195 126 221 -
CMYK 0.12 0.43 0 0.13
HSL 283.58º 0.58% 0.68% -
HSV(B) 283.58º 0.43% 0.87% -
XYZ 43.02 31.74 72.27 -
YUV 157.46 163.86 154.78 -
System Red Green Blue C M Y K H S L
Decimal 195 126 221 0.12 0.43 0 0.13 283.58 0.58 0.68
Hex C3 7E DD C 2B 0 D 11C 3A 44
Octal 303 176 335 14 53 0 15 434 72 104
Binary 11000011 1111110 11011101 1100 101011 0 1101 100011100 111010 1000100

Color Harmonies of #C37EDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C37EDD

Black with #C37EDD

Text Example


Text Example

White with #C37EDD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C37EDD; }

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

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

background-color css

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

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

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

border-color css

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

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

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