Html Css Color HEX #C37BE1 Wisteria

📋 copy color: '#C37BE1'

red 195 ◦ green 123 ◦ blue 225

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

Shades of Wisteria #C37BE1

Tints of Wisteria #C37BE1

RGB

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

 GREEN value IS 123 (48.44% from 255) = 22.65%

 BLUE value IS 225 (88.28% from 255) = 41.44%

R = 35.91%
G = 22.65%
B = 41.44%

CMYK

 C value IS 0.13

 M value IS 0.45

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#C37BE1 (or 0xC37BE1) is known color: Wisteria. HEX triplet: C3, 7B and E1. RGB value is (195,123,225). Sum of RGB (Red+Green+Blue) = 195+123+225=543 (71% of max value = 765). Red value is 195 (76.56% from 255 or 35.91% from 543); Green value is 123 (48.44% from 255 or 22.65% from 543); Blue value is 225 (88.28% from 255 or 41.44% from 543); Max value from RGB is 225 - color contains mainly: blue. Hex color #C37BE1 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C37BE1 is #3C841E. Grayscale: #9B9B9B. Windows color (decimal): -3965983 or 14777283. OLE color: 14777283.

HSL color Cylindrical-coordinate representation of color #C37BE1: hue angle of 282.35º degrees, saturation: 0.63, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #C37BE1 is Cyan = 0.13, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 195 123 225 -
CMYK 0.13 0.45 0 0.12
HSL 282.35º 0.63% 0.68% -
HSV(B) 282.35º 0.45% 0.88% -
XYZ 43.18 31.2 74.98 -
YUV 156.16 166.85 155.71 -
System Red Green Blue C M Y K H S L
Decimal 195 123 225 0.13 0.45 0 0.12 282.35 0.63 0.68
Hex C3 7B E1 D 2D 0 C 11A 3F 44
Octal 303 173 341 15 55 0 14 432 77 104
Binary 11000011 1111011 11100001 1101 101101 0 1100 100011010 111111 1000100

Color Harmonies of #C37BE1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C37BE1

Black with #C37BE1

Text Example


Text Example

White with #C37BE1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C37BE1; }

 p { color: rgb(195,123,225); }

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

background-color css

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

 a { background-color: rgb(195,123,225); }

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

border-color css

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

 span { border-color: rgb(195,123,225); }

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