Html Css Color HEX #C244EC Medium Orchid

📋 copy color: '#C244EC'

red 194 ◦ green 68 ◦ blue 236

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

Shades of Medium Orchid #C244EC

Tints of Medium Orchid #C244EC

RGB

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

 GREEN value IS 68 (26.95% from 255) = 13.65%

 BLUE value IS 236 (92.58% from 255) = 47.39%

R = 38.96%
G = 13.65%
B = 47.39%

CMYK

 C value IS 0.18

 M value IS 0.71

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#C244EC (or 0xC244EC) is known color: Medium Orchid. HEX triplet: C2, 44 and EC. RGB value is (194,68,236). Sum of RGB (Red+Green+Blue) = 194+68+236=498 (65% of max value = 765). Red value is 194 (76.17% from 255 or 38.96% from 498); Green value is 68 (26.95% from 255 or 13.65% from 498); Blue value is 236 (92.58% from 255 or 47.39% from 498); Max value from RGB is 236 - color contains mainly: blue. Hex color #C244EC is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C244EC is #3DBB13. Grayscale: #7C7C7C. Windows color (decimal): -4045588 or 15484098. OLE color: 15484098.

HSL color Cylindrical-coordinate representation of color #C244EC: hue angle of 285º degrees, saturation: 0.82, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #C244EC is Cyan = 0.18, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 194 68 236 -
CMYK 0.18 0.71 0 0.07
HSL 285º 0.82% 0.6% -
HSV(B) 285º 0.71% 0.93% -
XYZ 39.46 21.66 81.46 -
YUV 124.83 190.74 177.34 -
System Red Green Blue C M Y K H S L
Decimal 194 68 236 0.18 0.71 0 0.07 285 0.82 0.6
Hex C2 44 EC 12 47 0 7 11D 52 3C
Octal 302 104 354 22 107 0 7 435 122 74
Binary 11000010 1000100 11101100 10010 1000111 0 111 100011101 1010010 111100

Color Harmonies of #C244EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C244EC

Black with #C244EC

Text Example


Text Example

White with #C244EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C244EC; }

 p { color: rgb(194,68,236); }

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

background-color css

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

 a { background-color: rgb(194,68,236); }

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

border-color css

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

 span { border-color: rgb(194,68,236); }

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