Html Css Color HEX #C04AD7 Medium Orchid

📋 copy color: '#C04AD7'

red 192 ◦ green 74 ◦ blue 215

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

Shades of Medium Orchid #C04AD7

Tints of Medium Orchid #C04AD7

RGB

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

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

 BLUE value IS 215 (84.38% from 255) = 44.7%

R = 39.92%
G = 15.38%
B = 44.7%

CMYK

 C value IS 0.11

 M value IS 0.66

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#C04AD7 (or 0xC04AD7) is known color: Medium Orchid. HEX triplet: C0, 4A and D7. RGB value is (192,74,215). Sum of RGB (Red+Green+Blue) = 192+74+215=481 (63% of max value = 765). Red value is 192 (75.39% from 255 or 39.92% from 481); Green value is 74 (29.30% from 255 or 15.38% from 481); Blue value is 215 (84.38% from 255 or 44.70% from 481); Max value from RGB is 215 - color contains mainly: blue. Hex color #C04AD7 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C04AD7 is #3FB528. Grayscale: #7C7C7C. Windows color (decimal): -4175145 or 14109376. OLE color: 14109376.

HSL color Cylindrical-coordinate representation of color #C04AD7: hue angle of 290.21º degrees, saturation: 0.64, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #C04AD7 is Cyan = 0.11, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 192 74 215 -
CMYK 0.11 0.66 0 0.16
HSL 290.21º 0.64% 0.57% -
HSV(B) 290.21º 0.66% 0.84% -
XYZ 36.45 21.01 66.42 -
YUV 125.36 178.59 175.54 -
System Red Green Blue C M Y K H S L
Decimal 192 74 215 0.11 0.66 0 0.16 290.21 0.64 0.57
Hex C0 4A D7 B 42 0 10 122 40 39
Octal 300 112 327 13 102 0 20 442 100 71
Binary 11000000 1001010 11010111 1011 1000010 0 10000 100100010 1000000 111001

Color Harmonies of #C04AD7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C04AD7

Black with #C04AD7

Text Example


Text Example

White with #C04AD7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C04AD7; }

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

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

background-color css

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

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

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

border-color css

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

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

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