Html Css Color HEX #C337EA Medium Orchid

📋 copy color: '#C337EA'

red 195 ◦ green 55 ◦ blue 234

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

Shades of Medium Orchid #C337EA

Tints of Medium Orchid #C337EA

RGB

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

 GREEN value IS 55 (21.88% from 255) = 11.36%

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

R = 40.29%
G = 11.36%
B = 48.35%

CMYK

 C value IS 0.17

 M value IS 0.76

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#C337EA (or 0xC337EA) is known color: Medium Orchid. HEX triplet: C3, 37 and EA. RGB value is (195,55,234). Sum of RGB (Red+Green+Blue) = 195+55+234=484 (64% of max value = 765). Red value is 195 (76.56% from 255 or 40.29% from 484); Green value is 55 (21.88% from 255 or 11.36% from 484); Blue value is 234 (91.80% from 255 or 48.35% from 484); Max value from RGB is 234 - color contains mainly: blue. Hex color #C337EA is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C337EA is #3CC815. Grayscale: #747474. Windows color (decimal): -3983382 or 15349699. OLE color: 15349699.

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

Color convert

RGB 195 55 234 -
CMYK 0.17 0.76 0 0.08
HSL 286.93º 0.81% 0.57% -
HSV(B) 286.93º 0.76% 0.92% -
XYZ 38.72 20.27 79.71 -
YUV 117.27 193.88 183.45 -
System Red Green Blue C M Y K H S L
Decimal 195 55 234 0.17 0.76 0 0.08 286.93 0.81 0.57
Hex C3 37 EA 11 4C 0 8 11F 51 39
Octal 303 67 352 21 114 0 10 437 121 71
Binary 11000011 110111 11101010 10001 1001100 0 1000 100011111 1010001 111001

Color Harmonies of #C337EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C337EA

Black with #C337EA

Text Example


Text Example

White with #C337EA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C337EA; }

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

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

background-color css

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

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

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

border-color css

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

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

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