Html Css Color HEX #C044D1 Medium Orchid

📋 copy color: '#C044D1'

red 192 ◦ green 68 ◦ blue 209

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

Shades of Medium Orchid #C044D1

Tints of Medium Orchid #C044D1

RGB

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

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

 BLUE value IS 209 (82.03% from 255) = 44.56%

R = 40.94%
G = 14.5%
B = 44.56%

CMYK

 C value IS 0.08

 M value IS 0.67

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#C044D1 (or 0xC044D1) is known color: Medium Orchid. HEX triplet: C0, 44 and D1. RGB value is (192,68,209). Sum of RGB (Red+Green+Blue) = 192+68+209=469 (62% of max value = 765). Red value is 192 (75.39% from 255 or 40.94% from 469); Green value is 68 (26.95% from 255 or 14.50% from 469); Blue value is 209 (82.03% from 255 or 44.56% from 469); Max value from RGB is 209 - color contains mainly: blue. Hex color #C044D1 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C044D1 is #3FBB2E. Grayscale: #787878. Windows color (decimal): -4176687 or 13714624. OLE color: 13714624.

HSL color Cylindrical-coordinate representation of color #C044D1: hue angle of 292.77º degrees, saturation: 0.61, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #C044D1 is Cyan = 0.08, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 192 68 209 -
CMYK 0.08 0.67 0 0.18
HSL 292.77º 0.61% 0.54% -
HSV(B) 292.77º 0.67% 0.82% -
XYZ 35.31 19.94 62.31 -
YUV 121.15 177.58 178.54 -
System Red Green Blue C M Y K H S L
Decimal 192 68 209 0.08 0.67 0 0.18 292.77 0.61 0.54
Hex C0 44 D1 8 43 0 12 125 3D 36
Octal 300 104 321 10 103 0 22 445 75 66
Binary 11000000 1000100 11010001 1000 1000011 0 10010 100100101 111101 110110

Color Harmonies of #C044D1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C044D1

Black with #C044D1

Text Example


Text Example

White with #C044D1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C044D1; }

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

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

background-color css

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

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

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

border-color css

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

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

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