Html Css Color HEX #C040CE Medium Orchid

📋 copy color: '#C040CE'

red 192 ◦ green 64 ◦ blue 206

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

Shades of Medium Orchid #C040CE

Tints of Medium Orchid #C040CE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 44.59%

R = 41.56%
G = 13.85%
B = 44.59%

CMYK

 C value IS 0.07

 M value IS 0.69

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#C040CE (or 0xC040CE) is known color: Medium Orchid. HEX triplet: C0, 40 and CE. RGB value is (192,64,206). Sum of RGB (Red+Green+Blue) = 192+64+206=462 (61% of max value = 765). Red value is 192 (75.39% from 255 or 41.56% from 462); Green value is 64 (25.39% from 255 or 13.85% from 462); Blue value is 206 (80.86% from 255 or 44.59% from 462); Max value from RGB is 206 - color contains mainly: blue. Hex color #C040CE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C040CE is #3FBF31. Grayscale: #767676. Windows color (decimal): -4177714 or 13516992. OLE color: 13516992.

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

Color convert

RGB 192 64 206 -
CMYK 0.07 0.69 0 0.19
HSL 294.08º 0.59% 0.53% -
HSV(B) 294.08º 0.69% 0.81% -
XYZ 34.71 19.33 60.29 -
YUV 118.46 177.41 180.45 -
System Red Green Blue C M Y K H S L
Decimal 192 64 206 0.07 0.69 0 0.19 294.08 0.59 0.53
Hex C0 40 CE 7 45 0 13 126 3B 35
Octal 300 100 316 7 105 0 23 446 73 65
Binary 11000000 1000000 11001110 111 1000101 0 10011 100100110 111011 110101

Color Harmonies of #C040CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C040CE

Black with #C040CE

Text Example


Text Example

White with #C040CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C040CE; }

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

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

background-color css

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

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

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

border-color css

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

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

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