Html Css Color HEX #C04ACD Medium Orchid

📋 copy color: '#C04ACD'

red 192 ◦ green 74 ◦ blue 205

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

Shades of Medium Orchid #C04ACD

Tints of Medium Orchid #C04ACD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 43.52%

R = 40.76%
G = 15.71%
B = 43.52%

CMYK

 C value IS 0.06

 M value IS 0.64

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#C04ACD (or 0xC04ACD) is known color: Medium Orchid. HEX triplet: C0, 4A and CD. RGB value is (192,74,205). Sum of RGB (Red+Green+Blue) = 192+74+205=471 (62% of max value = 765). Red value is 192 (75.39% from 255 or 40.76% from 471); Green value is 74 (29.30% from 255 or 15.71% from 471); Blue value is 205 (80.47% from 255 or 43.52% from 471); Max value from RGB is 205 - color contains mainly: blue. Hex color #C04ACD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C04ACD is #3FB532. Grayscale: #7B7B7B. Windows color (decimal): -4175155 or 13454016. OLE color: 13454016.

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

Color convert

RGB 192 74 205 -
CMYK 0.06 0.64 0 0.20
HSL 294.05º 0.57% 0.55% -
HSV(B) 294.05º 0.64% 0.8% -
XYZ 35.21 20.51 59.86 -
YUV 124.22 173.59 176.35 -
System Red Green Blue C M Y K H S L
Decimal 192 74 205 0.06 0.64 0 0.20 294.05 0.57 0.55
Hex C0 4A CD 6 40 0 14 126 39 37
Octal 300 112 315 6 100 0 24 446 71 67
Binary 11000000 1001010 11001101 110 1000000 0 10100 100100110 111001 110111

Color Harmonies of #C04ACD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C04ACD

Black with #C04ACD

Text Example


Text Example

White with #C04ACD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C04ACD; }

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

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

background-color css

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

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

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

border-color css

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

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

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