Html Css Color HEX #C237FE Medium Orchid

📋 copy color: '#C237FE'

red 194 ◦ green 55 ◦ blue 254

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

Shades of Medium Orchid #C237FE

Tints of Medium Orchid #C237FE

RGB

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

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

 BLUE value IS 254 (99.61% from 255) = 50.5%

R = 38.57%
G = 10.93%
B = 50.5%

CMYK

 C value IS 0.24

 M value IS 0.78

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#C237FE (or 0xC237FE) is known color: Medium Orchid. HEX triplet: C2, 37 and FE. RGB value is (194,55,254). Sum of RGB (Red+Green+Blue) = 194+55+254=503 (66% of max value = 765). Red value is 194 (76.17% from 255 or 38.57% from 503); Green value is 55 (21.88% from 255 or 10.93% from 503); Blue value is 254 (99.61% from 255 or 50.50% from 503); Max value from RGB is 254 - color contains mainly: blue. Hex color #C237FE is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C237FE is #3DC801. Grayscale: #767676. Windows color (decimal): -4048898 or 16660418. OLE color: 16660418.

HSL color Cylindrical-coordinate representation of color #C237FE: hue angle of 281.91º degrees, saturation: 0.99, lightness: 0.61%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #C237FE is Cyan = 0.24, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 194 55 254 -
CMYK 0.24 0.78 0 0.00
HSL 281.91º 0.99% 0.61% -
HSV(B) 281.91º 0.78% 1% -
XYZ 41.5 21.36 95.7 -
YUV 119.25 204.05 181.32 -
System Red Green Blue C M Y K H S L
Decimal 194 55 254 0.24 0.78 0 0.00 281.91 0.99 0.61
Hex C2 37 FE 18 4E 0 0 11A 63 3D
Octal 302 67 376 30 116 0 0 432 143 75
Binary 11000010 110111 11111110 11000 1001110 0 0 100011010 1100011 111101

Color Harmonies of #C237FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C237FE

Black with #C237FE

Text Example


Text Example

White with #C237FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C237FE; }

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

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

background-color css

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

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

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

border-color css

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

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

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