Html Css Color HEX #C04EFA Medium Orchid

📋 copy color: '#C04EFA'

red 192 ◦ green 78 ◦ blue 250

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

Shades of Medium Orchid #C04EFA

Tints of Medium Orchid #C04EFA

RGB

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

 GREEN value IS 78 (30.86% from 255) = 15%

 BLUE value IS 250 (98.05% from 255) = 48.08%

R = 36.92%
G = 15%
B = 48.08%

CMYK

 C value IS 0.23

 M value IS 0.69

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#C04EFA (or 0xC04EFA) is known color: Medium Orchid. HEX triplet: C0, 4E and FA. RGB value is (192,78,250). Sum of RGB (Red+Green+Blue) = 192+78+250=520 (68% of max value = 765). Red value is 192 (75.39% from 255 or 36.92% from 520); Green value is 78 (30.86% from 255 or 15% from 520); Blue value is 250 (98.05% from 255 or 48.08% from 520); Max value from RGB is 250 - color contains mainly: blue. Hex color #C04EFA is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C04EFA is #3FB105. Grayscale: #838383. Windows color (decimal): -4174086 or 16404160. OLE color: 16404160.

HSL color Cylindrical-coordinate representation of color #C04EFA: hue angle of 279.77º degrees, saturation: 0.95, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #C04EFA is Cyan = 0.23, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 192 78 250 -
CMYK 0.23 0.69 0 0.02
HSL 279.77º 0.95% 0.64% -
HSV(B) 279.77º 0.69% 0.98% -
XYZ 41.72 23.56 92.79 -
YUV 131.69 194.77 171.01 -
System Red Green Blue C M Y K H S L
Decimal 192 78 250 0.23 0.69 0 0.02 279.77 0.95 0.64
Hex C0 4E FA 17 45 0 2 118 5F 40
Octal 300 116 372 27 105 0 2 430 137 100
Binary 11000000 1001110 11111010 10111 1000101 0 10 100011000 1011111 1000000

Color Harmonies of #C04EFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C04EFA

Black with #C04EFA

Text Example


Text Example

White with #C04EFA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C04EFA; }

 p { color: rgb(192,78,250); }

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

background-color css

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

 a { background-color: rgb(192,78,250); }

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

border-color css

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

 span { border-color: rgb(192,78,250); }

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