Html Css Color HEX #C04ADE Medium Orchid

📋 copy color: '#C04ADE'

red 192 ◦ green 74 ◦ blue 222

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

Shades of Medium Orchid #C04ADE

Tints of Medium Orchid #C04ADE

RGB

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

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

 BLUE value IS 222 (87.11% from 255) = 45.49%

R = 39.34%
G = 15.16%
B = 45.49%

CMYK

 C value IS 0.14

 M value IS 0.67

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#C04ADE (or 0xC04ADE) is known color: Medium Orchid. HEX triplet: C0, 4A and DE. RGB value is (192,74,222). Sum of RGB (Red+Green+Blue) = 192+74+222=488 (64% of max value = 765). Red value is 192 (75.39% from 255 or 39.34% from 488); Green value is 74 (29.30% from 255 or 15.16% from 488); Blue value is 222 (87.11% from 255 or 45.49% from 488); Max value from RGB is 222 - color contains mainly: blue. Hex color #C04ADE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C04ADE is #3FB521. Grayscale: #7D7D7D. Windows color (decimal): -4175138 or 14568128. OLE color: 14568128.

HSL color Cylindrical-coordinate representation of color #C04ADE: hue angle of 287.84º degrees, saturation: 0.69, 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 #C04ADE is Cyan = 0.14, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 192 74 222 -
CMYK 0.14 0.67 0 0.13
HSL 287.84º 0.69% 0.58% -
HSV(B) 287.84º 0.67% 0.87% -
XYZ 37.37 21.38 71.26 -
YUV 126.15 182.09 174.97 -
System Red Green Blue C M Y K H S L
Decimal 192 74 222 0.14 0.67 0 0.13 287.84 0.69 0.58
Hex C0 4A DE E 43 0 D 120 45 3A
Octal 300 112 336 16 103 0 15 440 105 72
Binary 11000000 1001010 11011110 1110 1000011 0 1101 100100000 1000101 111010

Color Harmonies of #C04ADE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C04ADE

Black with #C04ADE

Text Example


Text Example

White with #C04ADE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C04ADE; }

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

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

background-color css

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

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

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

border-color css

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

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

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