Html Css Color HEX #C244ED Medium Orchid

📋 copy color: '#C244ED'

red 194 ◦ green 68 ◦ blue 237

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

Shades of Medium Orchid #C244ED

Tints of Medium Orchid #C244ED

RGB

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

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

 BLUE value IS 237 (92.97% from 255) = 47.49%

R = 38.88%
G = 13.63%
B = 47.49%

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

#C244ED (or 0xC244ED) is known color: Medium Orchid. HEX triplet: C2, 44 and ED. RGB value is (194,68,237). Sum of RGB (Red+Green+Blue) = 194+68+237=499 (66% of max value = 765). Red value is 194 (76.17% from 255 or 38.88% from 499); Green value is 68 (26.95% from 255 or 13.63% from 499); Blue value is 237 (92.97% from 255 or 47.49% from 499); Max value from RGB is 237 - color contains mainly: blue. Hex color #C244ED is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C244ED is #3DBB12. Grayscale: #7C7C7C. Windows color (decimal): -4045587 or 15549634. OLE color: 15549634.

HSL color Cylindrical-coordinate representation of color #C244ED: hue angle of 284.73º 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 #C244ED is Cyan = 0.18, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 194 68 237 -
CMYK 0.18 0.71 0 0.07
HSL 284.73º 0.82% 0.6% -
HSV(B) 284.73º 0.71% 0.93% -
XYZ 39.6 21.72 82.23 -
YUV 124.94 191.24 177.26 -
System Red Green Blue C M Y K H S L
Decimal 194 68 237 0.18 0.71 0 0.07 284.73 0.82 0.6
Hex C2 44 ED 12 47 0 7 11D 52 3C
Octal 302 104 355 22 107 0 7 435 122 74
Binary 11000010 1000100 11101101 10010 1000111 0 111 100011101 1010010 111100

Color Harmonies of #C244ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C244ED

Black with #C244ED

Text Example


Text Example

White with #C244ED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C244ED; }

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

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

background-color css

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

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

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

border-color css

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

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

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