Html Css Color HEX #C045DC Medium Orchid

📋 copy color: '#C045DC'

red 192 ◦ green 69 ◦ blue 220

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

Shades of Medium Orchid #C045DC

Tints of Medium Orchid #C045DC

RGB

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

 GREEN value IS 69 (27.34% from 255) = 14.35%

 BLUE value IS 220 (86.33% from 255) = 45.74%

R = 39.92%
G = 14.35%
B = 45.74%

CMYK

 C value IS 0.13

 M value IS 0.69

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#C045DC (or 0xC045DC) is known color: Medium Orchid. HEX triplet: C0, 45 and DC. RGB value is (192,69,220). Sum of RGB (Red+Green+Blue) = 192+69+220=481 (63% of max value = 765). Red value is 192 (75.39% from 255 or 39.92% from 481); Green value is 69 (27.34% from 255 or 14.35% from 481); Blue value is 220 (86.33% from 255 or 45.74% from 481); Max value from RGB is 220 - color contains mainly: blue. Hex color #C045DC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C045DC is #3FBA23. Grayscale: #7A7A7A. Windows color (decimal): -4176420 or 14435776. OLE color: 14435776.

HSL color Cylindrical-coordinate representation of color #C045DC: hue angle of 288.87º degrees, saturation: 0.68, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #C045DC is Cyan = 0.13, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 192 69 220 -
CMYK 0.13 0.69 0 0.14
HSL 288.87º 0.68% 0.57% -
HSV(B) 288.87º 0.69% 0.86% -
XYZ 36.78 20.63 69.75 -
YUV 122.99 182.75 177.22 -
System Red Green Blue C M Y K H S L
Decimal 192 69 220 0.13 0.69 0 0.14 288.87 0.68 0.57
Hex C0 45 DC D 45 0 E 121 44 39
Octal 300 105 334 15 105 0 16 441 104 71
Binary 11000000 1000101 11011100 1101 1000101 0 1110 100100001 1000100 111001

Color Harmonies of #C045DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C045DC

Black with #C045DC

Text Example


Text Example

White with #C045DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C045DC; }

 p { color: rgb(192,69,220); }

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

background-color css

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

 a { background-color: rgb(192,69,220); }

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

border-color css

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

 span { border-color: rgb(192,69,220); }

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