Html Css Color HEX #C04DCE Medium Orchid

📋 copy color: '#C04DCE'

red 192 ◦ green 77 ◦ blue 206

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

Shades of Medium Orchid #C04DCE

Tints of Medium Orchid #C04DCE

RGB

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

 GREEN value IS 77 (30.47% from 255) = 16.21%

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

R = 40.42%
G = 16.21%
B = 43.37%

CMYK

 C value IS 0.07

 M value IS 0.63

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#C04DCE (or 0xC04DCE) is known color: Medium Orchid. HEX triplet: C0, 4D and CE. RGB value is (192,77,206). Sum of RGB (Red+Green+Blue) = 192+77+206=475 (62% of max value = 765). Red value is 192 (75.39% from 255 or 40.42% from 475); Green value is 77 (30.47% from 255 or 16.21% from 475); Blue value is 206 (80.86% from 255 or 43.37% from 475); Max value from RGB is 206 - color contains mainly: blue. Hex color #C04DCE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C04DCE is #3FB231. Grayscale: #7D7D7D. Windows color (decimal): -4174386 or 13520320. OLE color: 13520320.

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

Color convert

RGB 192 77 206 -
CMYK 0.07 0.63 0 0.19
HSL 293.49º 0.57% 0.55% -
HSV(B) 293.49º 0.63% 0.81% -
XYZ 35.53 20.97 60.57 -
YUV 126.09 173.1 175.01 -
System Red Green Blue C M Y K H S L
Decimal 192 77 206 0.07 0.63 0 0.19 293.49 0.57 0.55
Hex C0 4D CE 7 3F 0 13 125 39 37
Octal 300 115 316 7 77 0 23 445 71 67
Binary 11000000 1001101 11001110 111 111111 0 10011 100100101 111001 110111

Color Harmonies of #C04DCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C04DCE

Black with #C04DCE

Text Example


Text Example

White with #C04DCE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C04DCE; }

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

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

background-color css

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

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

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

border-color css

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

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

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