Html Css Color HEX #C37EDA Wisteria

📋 copy color: '#C37EDA'

red 195 ◦ green 126 ◦ blue 218

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

Shades of Wisteria #C37EDA

Tints of Wisteria #C37EDA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 40.45%

R = 36.18%
G = 23.38%
B = 40.45%

CMYK

 C value IS 0.11

 M value IS 0.42

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#C37EDA (or 0xC37EDA) is known color: Wisteria. HEX triplet: C3, 7E and DA. RGB value is (195,126,218). Sum of RGB (Red+Green+Blue) = 195+126+218=539 (71% of max value = 765). Red value is 195 (76.56% from 255 or 36.18% from 539); Green value is 126 (49.61% from 255 or 23.38% from 539); Blue value is 218 (85.55% from 255 or 40.45% from 539); Max value from RGB is 218 - color contains mainly: blue. Hex color #C37EDA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C37EDA is #3C8125. Grayscale: #9C9C9C. Windows color (decimal): -3965222 or 14319299. OLE color: 14319299.

HSL color Cylindrical-coordinate representation of color #C37EDA: hue angle of 285º degrees, saturation: 0.55, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #C37EDA is Cyan = 0.11, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 195 126 218 -
CMYK 0.11 0.42 0 0.15
HSL 285º 0.55% 0.67% -
HSV(B) 285º 0.42% 0.85% -
XYZ 42.62 31.59 70.18 -
YUV 157.12 162.36 155.02 -
System Red Green Blue C M Y K H S L
Decimal 195 126 218 0.11 0.42 0 0.15 285 0.55 0.67
Hex C3 7E DA B 2A 0 F 11D 37 43
Octal 303 176 332 13 52 0 17 435 67 103
Binary 11000011 1111110 11011010 1011 101010 0 1111 100011101 110111 1000011

Color Harmonies of #C37EDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C37EDA

Black with #C37EDA

Text Example


Text Example

White with #C37EDA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C37EDA; }

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

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

background-color css

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

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

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

border-color css

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

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

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