Html Css Color HEX #C04ADD Medium Orchid

📋 copy color: '#C04ADD'

red 192 ◦ green 74 ◦ blue 221

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

Shades of Medium Orchid #C04ADD

Tints of Medium Orchid #C04ADD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 45.38%

R = 39.43%
G = 15.2%
B = 45.38%

CMYK

 C value IS 0.13

 M value IS 0.67

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#C04ADD (or 0xC04ADD) is known color: Medium Orchid. HEX triplet: C0, 4A and DD. RGB value is (192,74,221). Sum of RGB (Red+Green+Blue) = 192+74+221=487 (64% of max value = 765). Red value is 192 (75.39% from 255 or 39.43% from 487); Green value is 74 (29.30% from 255 or 15.20% from 487); Blue value is 221 (86.72% from 255 or 45.38% from 487); Max value from RGB is 221 - color contains mainly: blue. Hex color #C04ADD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C04ADD is #3FB522. Grayscale: #7D7D7D. Windows color (decimal): -4175139 or 14502592. OLE color: 14502592.

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

Color convert

RGB 192 74 221 -
CMYK 0.13 0.67 0 0.13
HSL 288.16º 0.68% 0.58% -
HSV(B) 288.16º 0.67% 0.87% -
XYZ 37.24 21.32 70.56 -
YUV 126.04 181.59 175.05 -
System Red Green Blue C M Y K H S L
Decimal 192 74 221 0.13 0.67 0 0.13 288.16 0.68 0.58
Hex C0 4A DD D 43 0 D 120 44 3A
Octal 300 112 335 15 103 0 15 440 104 72
Binary 11000000 1001010 11011101 1101 1000011 0 1101 100100000 1000100 111010

Color Harmonies of #C04ADD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C04ADD

Black with #C04ADD

Text Example


Text Example

White with #C04ADD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C04ADD; }

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

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

background-color css

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

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

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

border-color css

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

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

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