Html Css Color HEX #C04FFA Medium Orchid

📋 copy color: '#C04FFA'

red 192 ◦ green 79 ◦ blue 250

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

Shades of Medium Orchid #C04FFA

Tints of Medium Orchid #C04FFA

RGB

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

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

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

R = 36.85%
G = 15.16%
B = 47.98%

CMYK

 C value IS 0.23

 M value IS 0.68

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#C04FFA (or 0xC04FFA) is known color: Medium Orchid. HEX triplet: C0, 4F and FA. RGB value is (192,79,250). Sum of RGB (Red+Green+Blue) = 192+79+250=521 (69% of max value = 765). Red value is 192 (75.39% from 255 or 36.85% from 521); Green value is 79 (31.25% from 255 or 15.16% from 521); Blue value is 250 (98.05% from 255 or 47.98% from 521); Max value from RGB is 250 - color contains mainly: blue. Hex color #C04FFA is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C04FFA is #3FB005. Grayscale: #838383. Windows color (decimal): -4173830 or 16404416. OLE color: 16404416.

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

Color convert

RGB 192 79 250 -
CMYK 0.23 0.68 0 0.02
HSL 279.65º 0.94% 0.65% -
HSV(B) 279.65º 0.68% 0.98% -
XYZ 41.79 23.7 92.81 -
YUV 132.28 194.44 170.6 -
System Red Green Blue C M Y K H S L
Decimal 192 79 250 0.23 0.68 0 0.02 279.65 0.94 0.65
Hex C0 4F FA 17 44 0 2 118 5E 41
Octal 300 117 372 27 104 0 2 430 136 101
Binary 11000000 1001111 11111010 10111 1000100 0 10 100011000 1011110 1000001

Color Harmonies of #C04FFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C04FFA

Black with #C04FFA

Text Example


Text Example

White with #C04FFA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C04FFA; }

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

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

background-color css

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

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

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

border-color css

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

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

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