Html Css Color HEX #C040CD Medium Orchid

📋 copy color: '#C040CD'

red 192 ◦ green 64 ◦ blue 205

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

Shades of Medium Orchid #C040CD

Tints of Medium Orchid #C040CD

RGB

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

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

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

R = 41.65%
G = 13.88%
B = 44.47%

CMYK

 C value IS 0.06

 M value IS 0.69

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#C040CD (or 0xC040CD) is known color: Medium Orchid. HEX triplet: C0, 40 and CD. RGB value is (192,64,205). Sum of RGB (Red+Green+Blue) = 192+64+205=461 (61% of max value = 765). Red value is 192 (75.39% from 255 or 41.65% from 461); Green value is 64 (25.39% from 255 or 13.88% from 461); Blue value is 205 (80.47% from 255 or 44.47% from 461); Max value from RGB is 205 - color contains mainly: blue. Hex color #C040CD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C040CD is #3FBF32. Grayscale: #757575. Windows color (decimal): -4177715 or 13451456. OLE color: 13451456.

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

Color convert

RGB 192 64 205 -
CMYK 0.06 0.69 0 0.20
HSL 294.47º 0.59% 0.53% -
HSV(B) 294.47º 0.69% 0.8% -
XYZ 34.59 19.28 59.66 -
YUV 118.35 176.91 180.54 -
System Red Green Blue C M Y K H S L
Decimal 192 64 205 0.06 0.69 0 0.20 294.47 0.59 0.53
Hex C0 40 CD 6 45 0 14 126 3B 35
Octal 300 100 315 6 105 0 24 446 73 65
Binary 11000000 1000000 11001101 110 1000101 0 10100 100100110 111011 110101

Color Harmonies of #C040CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C040CD

Black with #C040CD

Text Example


Text Example

White with #C040CD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C040CD; }

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

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

background-color css

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

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

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

border-color css

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

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

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