Html Css Color HEX #C337EF Medium Orchid

📋 copy color: '#C337EF'

red 195 ◦ green 55 ◦ blue 239

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

Shades of Medium Orchid #C337EF

Tints of Medium Orchid #C337EF

RGB

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

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

 BLUE value IS 239 (93.75% from 255) = 48.88%

R = 39.88%
G = 11.25%
B = 48.88%

CMYK

 C value IS 0.18

 M value IS 0.77

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#C337EF (or 0xC337EF) is known color: Medium Orchid. HEX triplet: C3, 37 and EF. RGB value is (195,55,239). Sum of RGB (Red+Green+Blue) = 195+55+239=489 (64% of max value = 765). Red value is 195 (76.56% from 255 or 39.88% from 489); Green value is 55 (21.88% from 255 or 11.25% from 489); Blue value is 239 (93.75% from 255 or 48.88% from 489); Max value from RGB is 239 - color contains mainly: blue. Hex color #C337EF is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C337EF is #3CC810. Grayscale: #757575. Windows color (decimal): -3983377 or 15677379. OLE color: 15677379.

HSL color Cylindrical-coordinate representation of color #C337EF: hue angle of 285.65º degrees, saturation: 0.85, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #C337EF is Cyan = 0.18, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 195 55 239 -
CMYK 0.18 0.77 0 0.06
HSL 285.65º 0.85% 0.58% -
HSV(B) 285.65º 0.77% 0.94% -
XYZ 39.45 20.57 83.55 -
YUV 117.84 196.38 183.04 -
System Red Green Blue C M Y K H S L
Decimal 195 55 239 0.18 0.77 0 0.06 285.65 0.85 0.58
Hex C3 37 EF 12 4D 0 6 11E 55 3A
Octal 303 67 357 22 115 0 6 436 125 72
Binary 11000011 110111 11101111 10010 1001101 0 110 100011110 1010101 111010

Color Harmonies of #C337EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C337EF

Black with #C337EF

Text Example


Text Example

White with #C337EF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C337EF; }

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

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

background-color css

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

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

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

border-color css

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

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

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