Html Css Color HEX #C37EDE Wisteria

📋 copy color: '#C37EDE'

red 195 ◦ green 126 ◦ blue 222

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

Shades of Wisteria #C37EDE

Tints of Wisteria #C37EDE

RGB

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

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

 BLUE value IS 222 (87.11% from 255) = 40.88%

R = 35.91%
G = 23.2%
B = 40.88%

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

#C37EDE (or 0xC37EDE) is known color: Wisteria. HEX triplet: C3, 7E and DE. RGB value is (195,126,222). Sum of RGB (Red+Green+Blue) = 195+126+222=543 (71% of max value = 765). Red value is 195 (76.56% from 255 or 35.91% from 543); Green value is 126 (49.61% from 255 or 23.20% from 543); Blue value is 222 (87.11% from 255 or 40.88% from 543); Max value from RGB is 222 - color contains mainly: blue. Hex color #C37EDE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C37EDE is #3C8121. Grayscale: #9D9D9D. Windows color (decimal): -3965218 or 14581443. OLE color: 14581443.

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

Color convert

RGB 195 126 222 -
CMYK 0.12 0.43 0 0.13
HSL 283.13º 0.59% 0.68% -
HSV(B) 283.13º 0.43% 0.87% -
XYZ 43.15 31.8 72.97 -
YUV 157.58 164.36 154.69 -
System Red Green Blue C M Y K H S L
Decimal 195 126 222 0.12 0.43 0 0.13 283.13 0.59 0.68
Hex C3 7E DE C 2B 0 D 11B 3B 44
Octal 303 176 336 14 53 0 15 433 73 104
Binary 11000011 1111110 11011110 1100 101011 0 1101 100011011 111011 1000100

Color Harmonies of #C37EDE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C37EDE

Black with #C37EDE

Text Example


Text Example

White with #C37EDE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C37EDE; }

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

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

background-color css

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

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

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

border-color css

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

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

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