Html Css Color HEX #C04AED Medium Orchid

📋 copy color: '#C04AED'

red 192 ◦ green 74 ◦ blue 237

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

Shades of Medium Orchid #C04AED

Tints of Medium Orchid #C04AED

RGB

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

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

 BLUE value IS 237 (92.97% from 255) = 47.12%

R = 38.17%
G = 14.71%
B = 47.12%

CMYK

 C value IS 0.19

 M value IS 0.69

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#C04AED (or 0xC04AED) is known color: Medium Orchid. HEX triplet: C0, 4A and ED. RGB value is (192,74,237). Sum of RGB (Red+Green+Blue) = 192+74+237=503 (66% of max value = 765). Red value is 192 (75.39% from 255 or 38.17% from 503); Green value is 74 (29.30% from 255 or 14.71% from 503); Blue value is 237 (92.97% from 255 or 47.12% from 503); Max value from RGB is 237 - color contains mainly: blue. Hex color #C04AED is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C04AED is #3FB512. Grayscale: #7F7F7F. Windows color (decimal): -4175123 or 15551168. OLE color: 15551168.

HSL color Cylindrical-coordinate representation of color #C04AED: hue angle of 283.44º degrees, saturation: 0.82, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #C04AED is Cyan = 0.19, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 192 74 237 -
CMYK 0.19 0.69 0 0.07
HSL 283.44º 0.82% 0.61% -
HSV(B) 283.44º 0.69% 0.93% -
XYZ 39.47 22.22 82.33 -
YUV 127.86 189.59 173.75 -
System Red Green Blue C M Y K H S L
Decimal 192 74 237 0.19 0.69 0 0.07 283.44 0.82 0.61
Hex C0 4A ED 13 45 0 7 11B 52 3D
Octal 300 112 355 23 105 0 7 433 122 75
Binary 11000000 1001010 11101101 10011 1000101 0 111 100011011 1010010 111101

Color Harmonies of #C04AED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C04AED

Black with #C04AED

Text Example


Text Example

White with #C04AED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C04AED; }

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

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

background-color css

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

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

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

border-color css

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

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

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