Html Css Color HEX #C04ACE Medium Orchid

📋 copy color: '#C04ACE'

red 192 ◦ green 74 ◦ blue 206

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

Shades of Medium Orchid #C04ACE

Tints of Medium Orchid #C04ACE

RGB

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

 GREEN value IS 74 (29.3% from 255) = 15.68%

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

R = 40.68%
G = 15.68%
B = 43.64%

CMYK

 C value IS 0.07

 M value IS 0.64

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#C04ACE (or 0xC04ACE) is known color: Medium Orchid. HEX triplet: C0, 4A and CE. RGB value is (192,74,206). Sum of RGB (Red+Green+Blue) = 192+74+206=472 (62% of max value = 765). Red value is 192 (75.39% from 255 or 40.68% from 472); Green value is 74 (29.30% from 255 or 15.68% from 472); Blue value is 206 (80.86% from 255 or 43.64% from 472); Max value from RGB is 206 - color contains mainly: blue. Hex color #C04ACE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C04ACE is #3FB531. Grayscale: #7B7B7B. Windows color (decimal): -4175154 or 13519552. OLE color: 13519552.

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

Color convert

RGB 192 74 206 -
CMYK 0.07 0.64 0 0.19
HSL 293.64º 0.57% 0.55% -
HSV(B) 293.64º 0.64% 0.81% -
XYZ 35.33 20.56 60.5 -
YUV 124.33 174.09 176.27 -
System Red Green Blue C M Y K H S L
Decimal 192 74 206 0.07 0.64 0 0.19 293.64 0.57 0.55
Hex C0 4A CE 7 40 0 13 126 39 37
Octal 300 112 316 7 100 0 23 446 71 67
Binary 11000000 1001010 11001110 111 1000000 0 10011 100100110 111001 110111

Color Harmonies of #C04ACE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C04ACE

Black with #C04ACE

Text Example


Text Example

White with #C04ACE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C04ACE; }

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

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

background-color css

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

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

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

border-color css

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

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

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