Html Css Color HEX #C043DD Medium Orchid

📋 copy color: '#C043DD'

red 192 ◦ green 67 ◦ blue 221

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

Shades of Medium Orchid #C043DD

Tints of Medium Orchid #C043DD

RGB

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

 GREEN value IS 67 (26.56% from 255) = 13.96%

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

R = 40%
G = 13.96%
B = 46.04%

CMYK

 C value IS 0.13

 M value IS 0.70

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#C043DD (or 0xC043DD) is known color: Medium Orchid. HEX triplet: C0, 43 and DD. RGB value is (192,67,221). Sum of RGB (Red+Green+Blue) = 192+67+221=480 (63% of max value = 765). Red value is 192 (75.39% from 255 or 40% from 480); Green value is 67 (26.56% from 255 or 13.96% from 480); Blue value is 221 (86.72% from 255 or 46.04% from 480); Max value from RGB is 221 - color contains mainly: blue. Hex color #C043DD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C043DD is #3FBC22. Grayscale: #797979. Windows color (decimal): -4176931 or 14500800. OLE color: 14500800.

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

Color convert

RGB 192 67 221 -
CMYK 0.13 0.70 0 0.13
HSL 288.7º 0.69% 0.56% -
HSV(B) 288.7º 0.7% 0.87% -
XYZ 36.8 20.44 70.41 -
YUV 121.93 183.91 177.98 -
System Red Green Blue C M Y K H S L
Decimal 192 67 221 0.13 0.70 0 0.13 288.7 0.69 0.56
Hex C0 43 DD D 46 0 D 121 45 38
Octal 300 103 335 15 106 0 15 441 105 70
Binary 11000000 1000011 11011101 1101 1000110 0 1101 100100001 1000101 111000

Color Harmonies of #C043DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C043DD

Black with #C043DD

Text Example


Text Example

White with #C043DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C043DD; }

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

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

background-color css

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

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

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

border-color css

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

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

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