Html Css Color HEX #C046CD Medium Orchid

📋 copy color: '#C046CD'

red 192 ◦ green 70 ◦ blue 205

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

Shades of Medium Orchid #C046CD

Tints of Medium Orchid #C046CD

RGB

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

 GREEN value IS 70 (27.73% from 255) = 14.99%

 BLUE value IS 205 (80.47% from 255) = 43.9%

R = 41.11%
G = 14.99%
B = 43.9%

CMYK

 C value IS 0.06

 M value IS 0.66

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#C046CD (or 0xC046CD) is known color: Medium Orchid. HEX triplet: C0, 46 and CD. RGB value is (192,70,205). Sum of RGB (Red+Green+Blue) = 192+70+205=467 (61% of max value = 765). Red value is 192 (75.39% from 255 or 41.11% from 467); Green value is 70 (27.73% from 255 or 14.99% from 467); Blue value is 205 (80.47% from 255 or 43.90% from 467); Max value from RGB is 205 - color contains mainly: blue. Hex color #C046CD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C046CD is #3FB932. Grayscale: #797979. Windows color (decimal): -4176179 or 13452992. OLE color: 13452992.

HSL color Cylindrical-coordinate representation of color #C046CD: hue angle of 294.22º degrees, saturation: 0.57, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #C046CD is Cyan = 0.06, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 192 70 205 -
CMYK 0.06 0.66 0 0.20
HSL 294.22º 0.57% 0.54% -
HSV(B) 294.22º 0.66% 0.8% -
XYZ 34.95 19.99 59.77 -
YUV 121.87 174.92 178.02 -
System Red Green Blue C M Y K H S L
Decimal 192 70 205 0.06 0.66 0 0.20 294.22 0.57 0.54
Hex C0 46 CD 6 42 0 14 126 39 36
Octal 300 106 315 6 102 0 24 446 71 66
Binary 11000000 1000110 11001101 110 1000010 0 10100 100100110 111001 110110

Color Harmonies of #C046CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C046CD

Black with #C046CD

Text Example


Text Example

White with #C046CD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C046CD; }

 p { color: rgb(192,70,205); }

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

background-color css

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

 a { background-color: rgb(192,70,205); }

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

border-color css

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

 span { border-color: rgb(192,70,205); }

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