Html Css Color HEX #C045D6 Medium Orchid

📋 copy color: '#C045D6'

red 192 ◦ green 69 ◦ blue 214

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

Shades of Medium Orchid #C045D6

Tints of Medium Orchid #C045D6

RGB

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

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

 BLUE value IS 214 (83.98% from 255) = 45.05%

R = 40.42%
G = 14.53%
B = 45.05%

CMYK

 C value IS 0.10

 M value IS 0.68

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#C045D6 (or 0xC045D6) is known color: Medium Orchid. HEX triplet: C0, 45 and D6. RGB value is (192,69,214). Sum of RGB (Red+Green+Blue) = 192+69+214=475 (62% of max value = 765). Red value is 192 (75.39% from 255 or 40.42% from 475); Green value is 69 (27.34% from 255 or 14.53% from 475); Blue value is 214 (83.98% from 255 or 45.05% from 475); Max value from RGB is 214 - color contains mainly: blue. Hex color #C045D6 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C045D6 is #3FBA29. Grayscale: #797979. Windows color (decimal): -4176426 or 14042560. OLE color: 14042560.

HSL color Cylindrical-coordinate representation of color #C045D6: hue angle of 290.9º degrees, saturation: 0.64, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #C045D6 is Cyan = 0.10, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 192 69 214 -
CMYK 0.10 0.68 0 0.16
HSL 290.9º 0.64% 0.55% -
HSV(B) 290.9º 0.68% 0.84% -
XYZ 36 20.32 65.64 -
YUV 122.31 179.75 177.71 -
System Red Green Blue C M Y K H S L
Decimal 192 69 214 0.10 0.68 0 0.16 290.9 0.64 0.55
Hex C0 45 D6 A 44 0 10 123 40 37
Octal 300 105 326 12 104 0 20 443 100 67
Binary 11000000 1000101 11010110 1010 1000100 0 10000 100100011 1000000 110111

Color Harmonies of #C045D6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C045D6

Black with #C045D6

Text Example


Text Example

White with #C045D6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C045D6; }

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

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

background-color css

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

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

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

border-color css

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

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

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