Html Css Color HEX #C04AEA Medium Orchid

📋 copy color: '#C04AEA'

red 192 ◦ green 74 ◦ blue 234

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

Shades of Medium Orchid #C04AEA

Tints of Medium Orchid #C04AEA

RGB

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

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

 BLUE value IS 234 (91.8% from 255) = 46.8%

R = 38.4%
G = 14.8%
B = 46.8%

CMYK

 C value IS 0.18

 M value IS 0.68

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#C04AEA (or 0xC04AEA) is known color: Medium Orchid. HEX triplet: C0, 4A and EA. RGB value is (192,74,234). Sum of RGB (Red+Green+Blue) = 192+74+234=500 (66% of max value = 765). Red value is 192 (75.39% from 255 or 38.4% from 500); Green value is 74 (29.30% from 255 or 14.8% from 500); Blue value is 234 (91.80% from 255 or 46.8% from 500); Max value from RGB is 234 - color contains mainly: blue. Hex color #C04AEA is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C04AEA is #3FB515. Grayscale: #7E7E7E. Windows color (decimal): -4175126 or 15354560. OLE color: 15354560.

HSL color Cylindrical-coordinate representation of color #C04AEA: hue angle of 284.25º degrees, saturation: 0.79, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #C04AEA is Cyan = 0.18, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 192 74 234 -
CMYK 0.18 0.68 0 0.08
HSL 284.25º 0.79% 0.6% -
HSV(B) 284.25º 0.68% 0.92% -
XYZ 39.04 22.04 80.04 -
YUV 127.52 188.09 173.99 -
System Red Green Blue C M Y K H S L
Decimal 192 74 234 0.18 0.68 0 0.08 284.25 0.79 0.6
Hex C0 4A EA 12 44 0 8 11C 4F 3C
Octal 300 112 352 22 104 0 10 434 117 74
Binary 11000000 1001010 11101010 10010 1000100 0 1000 100011100 1001111 111100

Color Harmonies of #C04AEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C04AEA

Black with #C04AEA

Text Example


Text Example

White with #C04AEA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C04AEA; }

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

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

background-color css

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

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

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

border-color css

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

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

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