Html Css Color HEX #C37EEA Wisteria

📋 copy color: '#C37EEA'

red 195 ◦ green 126 ◦ blue 234

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

Shades of Wisteria #C37EEA

Tints of Wisteria #C37EEA

RGB

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

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

 BLUE value IS 234 (91.8% from 255) = 42.16%

R = 35.14%
G = 22.7%
B = 42.16%

CMYK

 C value IS 0.17

 M value IS 0.46

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#C37EEA (or 0xC37EEA) is known color: Wisteria. HEX triplet: C3, 7E and EA. RGB value is (195,126,234). Sum of RGB (Red+Green+Blue) = 195+126+234=555 (73% of max value = 765). Red value is 195 (76.56% from 255 or 35.14% from 555); Green value is 126 (49.61% from 255 or 22.70% from 555); Blue value is 234 (91.80% from 255 or 42.16% from 555); Max value from RGB is 234 - color contains mainly: blue. Hex color #C37EEA is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C37EEA is #3C8115. Grayscale: #9E9E9E. Windows color (decimal): -3965206 or 15367875. OLE color: 15367875.

HSL color Cylindrical-coordinate representation of color #C37EEA: hue angle of 278.33º degrees, saturation: 0.72, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #C37EEA is Cyan = 0.17, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 195 126 234 -
CMYK 0.17 0.46 0 0.08
HSL 278.33º 0.72% 0.71% -
HSV(B) 278.33º 0.46% 0.92% -
XYZ 44.82 32.46 81.75 -
YUV 158.94 170.36 153.72 -
System Red Green Blue C M Y K H S L
Decimal 195 126 234 0.17 0.46 0 0.08 278.33 0.72 0.71
Hex C3 7E EA 11 2E 0 8 116 48 47
Octal 303 176 352 21 56 0 10 426 110 107
Binary 11000011 1111110 11101010 10001 101110 0 1000 100010110 1001000 1000111

Color Harmonies of #C37EEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C37EEA

Black with #C37EEA

Text Example


Text Example

White with #C37EEA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C37EEA; }

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

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

background-color css

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

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

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

border-color css

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

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

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