Html Css Color HEX #C239F0 Medium Orchid

📋 copy color: '#C239F0'

red 194 ◦ green 57 ◦ blue 240

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

Shades of Medium Orchid #C239F0

Tints of Medium Orchid #C239F0

RGB

 RED value IS 194 (76.17% from 255) = 39.51%

 GREEN value IS 57 (22.66% from 255) = 11.61%

 BLUE value IS 240 (94.14% from 255) = 48.88%

R = 39.51%
G = 11.61%
B = 48.88%

CMYK

 C value IS 0.19

 M value IS 0.76

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#C239F0 (or 0xC239F0) is known color: Medium Orchid. HEX triplet: C2, 39 and F0. RGB value is (194,57,240). Sum of RGB (Red+Green+Blue) = 194+57+240=491 (65% of max value = 765). Red value is 194 (76.17% from 255 or 39.51% from 491); Green value is 57 (22.66% from 255 or 11.61% from 491); Blue value is 240 (94.14% from 255 or 48.88% from 491); Max value from RGB is 240 - color contains mainly: blue. Hex color #C239F0 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C239F0 is #3DC60F. Grayscale: #767676. Windows color (decimal): -4048400 or 15743426. OLE color: 15743426.

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

Color convert

RGB 194 57 240 -
CMYK 0.19 0.76 0 0.06
HSL 284.92º 0.86% 0.58% -
HSV(B) 284.92º 0.76% 0.94% -
XYZ 39.44 20.69 84.35 -
YUV 118.83 196.39 181.62 -
System Red Green Blue C M Y K H S L
Decimal 194 57 240 0.19 0.76 0 0.06 284.92 0.86 0.58
Hex C2 39 F0 13 4C 0 6 11D 56 3A
Octal 302 71 360 23 114 0 6 435 126 72
Binary 11000010 111001 11110000 10011 1001100 0 110 100011101 1010110 111010

Color Harmonies of #C239F0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C239F0

Black with #C239F0

Text Example


Text Example

White with #C239F0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C239F0; }

 p { color: rgb(194,57,240); }

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

background-color css

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

 a { background-color: rgb(194,57,240); }

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

border-color css

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

 span { border-color: rgb(194,57,240); }

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