Html Css Color HEX #C337FA Medium Orchid

📋 copy color: '#C337FA'

red 195 ◦ green 55 ◦ blue 250

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

Shades of Medium Orchid #C337FA

Tints of Medium Orchid #C337FA

RGB

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

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

 BLUE value IS 250 (98.05% from 255) = 50%

R = 39%
G = 11%
B = 50%

CMYK

 C value IS 0.22

 M value IS 0.78

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#C337FA (or 0xC337FA) is known color: Medium Orchid. HEX triplet: C3, 37 and FA. RGB value is (195,55,250). Sum of RGB (Red+Green+Blue) = 195+55+250=500 (66% of max value = 765). Red value is 195 (76.56% from 255 or 39% from 500); Green value is 55 (21.88% from 255 or 11% from 500); Blue value is 250 (98.05% from 255 or 50% from 500); Max value from RGB is 250 - color contains mainly: blue. Hex color #C337FA is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C337FA is #3CC805. Grayscale: #767676. Windows color (decimal): -3983366 or 16398275. OLE color: 16398275.

HSL color Cylindrical-coordinate representation of color #C337FA: hue angle of 283.08º degrees, saturation: 0.95, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #C337FA is Cyan = 0.22, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 195 55 250 -
CMYK 0.22 0.78 0 0.02
HSL 283.08º 0.95% 0.6% -
HSV(B) 283.08º 0.78% 0.98% -
XYZ 41.13 21.24 92.37 -
YUV 119.09 201.88 182.14 -
System Red Green Blue C M Y K H S L
Decimal 195 55 250 0.22 0.78 0 0.02 283.08 0.95 0.6
Hex C3 37 FA 16 4E 0 2 11B 5F 3C
Octal 303 67 372 26 116 0 2 433 137 74
Binary 11000011 110111 11111010 10110 1001110 0 10 100011011 1011111 111100

Color Harmonies of #C337FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C337FA

Black with #C337FA

Text Example


Text Example

White with #C337FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C337FA; }

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

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

background-color css

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

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

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

border-color css

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

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

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