Html Css Color HEX #C237FF Medium Orchid

📋 copy color: '#C237FF'

red 194 ◦ green 55 ◦ blue 255

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

Shades of Medium Orchid #C237FF

Tints of Medium Orchid #C237FF

RGB

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

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

 BLUE value IS 255 (100% from 255) = 50.6%

R = 38.49%
G = 10.91%
B = 50.6%

CMYK

 C value IS 0.24

 M value IS 0.78

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#C237FF (or 0xC237FF) is known color: Medium Orchid. HEX triplet: C2, 37 and FF. RGB value is (194,55,255). Sum of RGB (Red+Green+Blue) = 194+55+255=504 (66% of max value = 765). Red value is 194 (76.17% from 255 or 38.49% from 504); Green value is 55 (21.88% from 255 or 10.91% from 504); Blue value is 255 (100% from 255 or 50.60% from 504); Max value from RGB is 255 - color contains mainly: blue. Hex color #C237FF is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C237FF is #3DC800. Grayscale: #767676. Windows color (decimal): -4048897 or 16725954. OLE color: 16725954.

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

Color convert

RGB 194 55 255 -
CMYK 0.24 0.78 0 0
HSL 281.7º 1% 0.61% -
HSV(B) 281.7º 0.78% 1% -
XYZ 41.66 21.42 96.55 -
YUV 119.36 204.55 181.24 -
System Red Green Blue C M Y K H S L
Decimal 194 55 255 0.24 0.78 0 0 281.7 1 0.61
Hex C2 37 FF 18 4E 0 0 11A 64 3D
Octal 302 67 377 30 116 0 0 432 144 75
Binary 11000010 110111 11111111 11000 1001110 0 0 100011010 1100100 111101

Color Harmonies of #C237FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C237FF

Black with #C237FF

Text Example


Text Example

White with #C237FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C237FF; }

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

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

background-color css

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

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

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

border-color css

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

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

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