Html Css Color HEX #C04CDC Medium Orchid

📋 copy color: '#C04CDC'

red 192 ◦ green 76 ◦ blue 220

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

Shades of Medium Orchid #C04CDC

Tints of Medium Orchid #C04CDC

RGB

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

 GREEN value IS 76 (30.08% from 255) = 15.57%

 BLUE value IS 220 (86.33% from 255) = 45.08%

R = 39.34%
G = 15.57%
B = 45.08%

CMYK

 C value IS 0.13

 M value IS 0.65

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#C04CDC (or 0xC04CDC) is known color: Medium Orchid. HEX triplet: C0, 4C and DC. RGB value is (192,76,220). Sum of RGB (Red+Green+Blue) = 192+76+220=488 (64% of max value = 765). Red value is 192 (75.39% from 255 or 39.34% from 488); Green value is 76 (30.08% from 255 or 15.57% from 488); Blue value is 220 (86.33% from 255 or 45.08% from 488); Max value from RGB is 220 - color contains mainly: blue. Hex color #C04CDC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C04CDC is #3FB323. Grayscale: #7E7E7E. Windows color (decimal): -4174628 or 14437568. OLE color: 14437568.

HSL color Cylindrical-coordinate representation of color #C04CDC: hue angle of 288.33º degrees, saturation: 0.67, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #C04CDC is Cyan = 0.13, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 192 76 220 -
CMYK 0.13 0.65 0 0.14
HSL 288.33º 0.67% 0.58% -
HSV(B) 288.33º 0.65% 0.86% -
XYZ 37.24 21.54 69.91 -
YUV 127.1 180.43 174.29 -
System Red Green Blue C M Y K H S L
Decimal 192 76 220 0.13 0.65 0 0.14 288.33 0.67 0.58
Hex C0 4C DC D 41 0 E 120 43 3A
Octal 300 114 334 15 101 0 16 440 103 72
Binary 11000000 1001100 11011100 1101 1000001 0 1110 100100000 1000011 111010

Color Harmonies of #C04CDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C04CDC

Black with #C04CDC

Text Example


Text Example

White with #C04CDC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C04CDC; }

 p { color: rgb(192,76,220); }

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

background-color css

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

 a { background-color: rgb(192,76,220); }

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

border-color css

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

 span { border-color: rgb(192,76,220); }

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