Html Css Color HEX #C244EB Medium Orchid

📋 copy color: '#C244EB'

red 194 ◦ green 68 ◦ blue 235

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

Shades of Medium Orchid #C244EB

Tints of Medium Orchid #C244EB

RGB

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

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

 BLUE value IS 235 (92.19% from 255) = 47.28%

R = 39.03%
G = 13.68%
B = 47.28%

CMYK

 C value IS 0.17

 M value IS 0.71

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#C244EB (or 0xC244EB) is known color: Medium Orchid. HEX triplet: C2, 44 and EB. RGB value is (194,68,235). Sum of RGB (Red+Green+Blue) = 194+68+235=497 (65% of max value = 765). Red value is 194 (76.17% from 255 or 39.03% from 497); Green value is 68 (26.95% from 255 or 13.68% from 497); Blue value is 235 (92.19% from 255 or 47.28% from 497); Max value from RGB is 235 - color contains mainly: blue. Hex color #C244EB is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C244EB is #3DBB14. Grayscale: #7C7C7C. Windows color (decimal): -4045589 or 15418562. OLE color: 15418562.

HSL color Cylindrical-coordinate representation of color #C244EB: hue angle of 285.27º degrees, saturation: 0.81, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #C244EB is Cyan = 0.17, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 194 68 235 -
CMYK 0.17 0.71 0 0.08
HSL 285.27º 0.81% 0.59% -
HSV(B) 285.27º 0.71% 0.92% -
XYZ 39.31 21.6 80.69 -
YUV 124.71 190.24 177.42 -
System Red Green Blue C M Y K H S L
Decimal 194 68 235 0.17 0.71 0 0.08 285.27 0.81 0.59
Hex C2 44 EB 11 47 0 8 11D 51 3B
Octal 302 104 353 21 107 0 10 435 121 73
Binary 11000010 1000100 11101011 10001 1000111 0 1000 100011101 1010001 111011

Color Harmonies of #C244EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C244EB

Black with #C244EB

Text Example


Text Example

White with #C244EB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C244EB; }

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

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

background-color css

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

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

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

border-color css

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

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

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