Html Css Color HEX #C237FC Medium Orchid

📋 copy color: '#C237FC'

red 194 ◦ green 55 ◦ blue 252

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

Shades of Medium Orchid #C237FC

Tints of Medium Orchid #C237FC

RGB

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

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

 BLUE value IS 252 (98.83% from 255) = 50.3%

R = 38.72%
G = 10.98%
B = 50.3%

CMYK

 C value IS 0.23

 M value IS 0.78

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#C237FC (or 0xC237FC) is known color: Medium Orchid. HEX triplet: C2, 37 and FC. RGB value is (194,55,252). Sum of RGB (Red+Green+Blue) = 194+55+252=501 (66% of max value = 765). Red value is 194 (76.17% from 255 or 38.72% from 501); Green value is 55 (21.88% from 255 or 10.98% from 501); Blue value is 252 (98.83% from 255 or 50.30% from 501); Max value from RGB is 252 - color contains mainly: blue. Hex color #C237FC is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C237FC is #3DC803. Grayscale: #767676. Windows color (decimal): -4048900 or 16529346. OLE color: 16529346.

HSL color Cylindrical-coordinate representation of color #C237FC: hue angle of 282.34º degrees, saturation: 0.97, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #C237FC is Cyan = 0.23, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 194 55 252 -
CMYK 0.23 0.78 0 0.01
HSL 282.34º 0.97% 0.6% -
HSV(B) 282.34º 0.78% 0.99% -
XYZ 41.19 21.23 94.02 -
YUV 119.02 203.05 181.48 -
System Red Green Blue C M Y K H S L
Decimal 194 55 252 0.23 0.78 0 0.01 282.34 0.97 0.6
Hex C2 37 FC 17 4E 0 1 11A 61 3C
Octal 302 67 374 27 116 0 1 432 141 74
Binary 11000010 110111 11111100 10111 1001110 0 1 100011010 1100001 111100

Color Harmonies of #C237FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C237FC

Black with #C237FC

Text Example


Text Example

White with #C237FC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C237FC; }

 p { color: rgb(194,55,252); }

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

background-color css

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

 a { background-color: rgb(194,55,252); }

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

border-color css

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

 span { border-color: rgb(194,55,252); }

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