Html Css Color HEX #C04FEA Medium Orchid

📋 copy color: '#C04FEA'

red 192 ◦ green 79 ◦ blue 234

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

Shades of Medium Orchid #C04FEA

Tints of Medium Orchid #C04FEA

RGB

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

 GREEN value IS 79 (31.25% from 255) = 15.64%

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

R = 38.02%
G = 15.64%
B = 46.34%

CMYK

 C value IS 0.18

 M value IS 0.66

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#C04FEA (or 0xC04FEA) is known color: Medium Orchid. HEX triplet: C0, 4F and EA. RGB value is (192,79,234). Sum of RGB (Red+Green+Blue) = 192+79+234=505 (66% of max value = 765). Red value is 192 (75.39% from 255 or 38.02% from 505); Green value is 79 (31.25% from 255 or 15.64% from 505); Blue value is 234 (91.80% from 255 or 46.34% from 505); Max value from RGB is 234 - color contains mainly: blue. Hex color #C04FEA is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C04FEA is #3FB015. Grayscale: #818181. Windows color (decimal): -4173846 or 15355840. OLE color: 15355840.

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

Color convert

RGB 192 79 234 -
CMYK 0.18 0.66 0 0.08
HSL 283.74º 0.79% 0.61% -
HSV(B) 283.74º 0.66% 0.92% -
XYZ 39.39 22.74 80.16 -
YUV 130.46 186.44 171.9 -
System Red Green Blue C M Y K H S L
Decimal 192 79 234 0.18 0.66 0 0.08 283.74 0.79 0.61
Hex C0 4F EA 12 42 0 8 11C 4F 3D
Octal 300 117 352 22 102 0 10 434 117 75
Binary 11000000 1001111 11101010 10010 1000010 0 1000 100011100 1001111 111101

Color Harmonies of #C04FEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C04FEA

Black with #C04FEA

Text Example


Text Example

White with #C04FEA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C04FEA; }

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

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

background-color css

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

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

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

border-color css

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

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

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