Html Css Color HEX #C044ED Medium Orchid

📋 copy color: '#C044ED'

red 192 ◦ green 68 ◦ blue 237

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

Shades of Medium Orchid #C044ED

Tints of Medium Orchid #C044ED

RGB

 RED value IS 192 (75.39% from 255) = 38.63%

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

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

R = 38.63%
G = 13.68%
B = 47.69%

CMYK

 C value IS 0.19

 M value IS 0.71

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#C044ED (or 0xC044ED) is known color: Medium Orchid. HEX triplet: C0, 44 and ED. RGB value is (192,68,237). Sum of RGB (Red+Green+Blue) = 192+68+237=497 (65% of max value = 765). Red value is 192 (75.39% from 255 or 38.63% from 497); Green value is 68 (26.95% from 255 or 13.68% from 497); Blue value is 237 (92.97% from 255 or 47.69% from 497); Max value from RGB is 237 - color contains mainly: blue. Hex color #C044ED is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C044ED is #3FBB12. Grayscale: #7B7B7B. Windows color (decimal): -4176659 or 15549632. OLE color: 15549632.

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

Color convert

RGB 192 68 237 -
CMYK 0.19 0.71 0 0.07
HSL 284.02º 0.82% 0.6% -
HSV(B) 284.02º 0.71% 0.93% -
XYZ 39.09 21.46 82.2 -
YUV 124.34 191.58 176.26 -
System Red Green Blue C M Y K H S L
Decimal 192 68 237 0.19 0.71 0 0.07 284.02 0.82 0.6
Hex C0 44 ED 13 47 0 7 11C 52 3C
Octal 300 104 355 23 107 0 7 434 122 74
Binary 11000000 1000100 11101101 10011 1000111 0 111 100011100 1010010 111100

Color Harmonies of #C044ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C044ED

Black with #C044ED

Text Example


Text Example

White with #C044ED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C044ED; }

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

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

background-color css

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

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

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

border-color css

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

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

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