Html Css Color HEX #C04CCE Medium Orchid

📋 copy color: '#C04CCE'

red 192 ◦ green 76 ◦ blue 206

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

Shades of Medium Orchid #C04CCE

Tints of Medium Orchid #C04CCE

RGB

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

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

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

R = 40.51%
G = 16.03%
B = 43.46%

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

#C04CCE (or 0xC04CCE) is known color: Medium Orchid. HEX triplet: C0, 4C and CE. RGB value is (192,76,206). Sum of RGB (Red+Green+Blue) = 192+76+206=474 (62% of max value = 765). Red value is 192 (75.39% from 255 or 40.51% from 474); Green value is 76 (30.08% from 255 or 16.03% from 474); Blue value is 206 (80.86% from 255 or 43.46% from 474); Max value from RGB is 206 - color contains mainly: blue. Hex color #C04CCE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C04CCE is #3FB331. Grayscale: #7D7D7D. Windows color (decimal): -4174642 or 13520064. OLE color: 13520064.

HSL color Cylindrical-coordinate representation of color #C04CCE: hue angle of 293.54º 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 #C04CCE is Cyan = 0.07, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 192 76 206 -
CMYK 0.07 0.63 0 0.19
HSL 293.54º 0.57% 0.55% -
HSV(B) 293.54º 0.63% 0.81% -
XYZ 35.46 20.83 60.54 -
YUV 125.5 173.43 175.43 -
System Red Green Blue C M Y K H S L
Decimal 192 76 206 0.07 0.63 0 0.19 293.54 0.57 0.55
Hex C0 4C CE 7 3F 0 13 126 39 37
Octal 300 114 316 7 77 0 23 446 71 67
Binary 11000000 1001100 11001110 111 111111 0 10011 100100110 111001 110111

Color Harmonies of #C04CCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C04CCE

Black with #C04CCE

Text Example


Text Example

White with #C04CCE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C04CCE; }

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

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

background-color css

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

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

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

border-color css

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

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

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