Html Css Color HEX #C046DD Medium Orchid

📋 copy color: '#C046DD'

red 192 ◦ green 70 ◦ blue 221

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

Shades of Medium Orchid #C046DD

Tints of Medium Orchid #C046DD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 45.76%

R = 39.75%
G = 14.49%
B = 45.76%

CMYK

 C value IS 0.13

 M value IS 0.68

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#C046DD (or 0xC046DD) is known color: Medium Orchid. HEX triplet: C0, 46 and DD. RGB value is (192,70,221). Sum of RGB (Red+Green+Blue) = 192+70+221=483 (63% of max value = 765). Red value is 192 (75.39% from 255 or 39.75% from 483); Green value is 70 (27.73% from 255 or 14.49% from 483); Blue value is 221 (86.72% from 255 or 45.76% from 483); Max value from RGB is 221 - color contains mainly: blue. Hex color #C046DD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C046DD is #3FB922. Grayscale: #7B7B7B. Windows color (decimal): -4176163 or 14501568. OLE color: 14501568.

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

Color convert

RGB 192 70 221 -
CMYK 0.13 0.68 0 0.13
HSL 288.48º 0.69% 0.57% -
HSV(B) 288.48º 0.68% 0.87% -
XYZ 36.98 20.81 70.47 -
YUV 123.69 182.92 176.72 -
System Red Green Blue C M Y K H S L
Decimal 192 70 221 0.13 0.68 0 0.13 288.48 0.69 0.57
Hex C0 46 DD D 44 0 D 120 45 39
Octal 300 106 335 15 104 0 15 440 105 71
Binary 11000000 1000110 11011101 1101 1000100 0 1101 100100000 1000101 111001

Color Harmonies of #C046DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C046DD

Black with #C046DD

Text Example


Text Example

White with #C046DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C046DD; }

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

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

background-color css

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

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

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

border-color css

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

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

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