Html Css Color HEX #C040DD Medium Orchid

📋 copy color: '#C040DD'

red 192 ◦ green 64 ◦ blue 221

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

Shades of Medium Orchid #C040DD

Tints of Medium Orchid #C040DD

RGB

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

 GREEN value IS 64 (25.39% from 255) = 13.42%

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

R = 40.25%
G = 13.42%
B = 46.33%

CMYK

 C value IS 0.13

 M value IS 0.71

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#C040DD (or 0xC040DD) is known color: Medium Orchid. HEX triplet: C0, 40 and DD. RGB value is (192,64,221). Sum of RGB (Red+Green+Blue) = 192+64+221=477 (63% of max value = 765). Red value is 192 (75.39% from 255 or 40.25% from 477); Green value is 64 (25.39% from 255 or 13.42% from 477); Blue value is 221 (86.72% from 255 or 46.33% from 477); Max value from RGB is 221 - color contains mainly: blue. Hex color #C040DD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C040DD is #3FBF22. Grayscale: #777777. Windows color (decimal): -4177699 or 14500032. OLE color: 14500032.

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

Color convert

RGB 192 64 221 -
CMYK 0.13 0.71 0 0.13
HSL 288.92º 0.7% 0.56% -
HSV(B) 288.92º 0.71% 0.87% -
XYZ 36.62 20.09 70.35 -
YUV 120.17 184.91 179.23 -
System Red Green Blue C M Y K H S L
Decimal 192 64 221 0.13 0.71 0 0.13 288.92 0.7 0.56
Hex C0 40 DD D 47 0 D 121 46 38
Octal 300 100 335 15 107 0 15 441 106 70
Binary 11000000 1000000 11011101 1101 1000111 0 1101 100100001 1000110 111000

Color Harmonies of #C040DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C040DD

Black with #C040DD

Text Example


Text Example

White with #C040DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C040DD; }

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

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

background-color css

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

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

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

border-color css

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

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

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