Html Css Color HEX #C04CF9 Medium Orchid

📋 copy color: '#C04CF9'

red 192 ◦ green 76 ◦ blue 249

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

Shades of Medium Orchid #C04CF9

Tints of Medium Orchid #C04CF9

RGB

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

 GREEN value IS 76 (30.08% from 255) = 14.7%

 BLUE value IS 249 (97.66% from 255) = 48.16%

R = 37.14%
G = 14.7%
B = 48.16%

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

#C04CF9 (or 0xC04CF9) is known color: Medium Orchid. HEX triplet: C0, 4C and F9. RGB value is (192,76,249). Sum of RGB (Red+Green+Blue) = 192+76+249=517 (68% of max value = 765). Red value is 192 (75.39% from 255 or 37.14% from 517); Green value is 76 (30.08% from 255 or 14.70% from 517); Blue value is 249 (97.66% from 255 or 48.16% from 517); Max value from RGB is 249 - color contains mainly: blue. Hex color #C04CF9 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C04CF9 is #3FB306. Grayscale: #818181. Windows color (decimal): -4174599 or 16338112. OLE color: 16338112.

HSL color Cylindrical-coordinate representation of color #C04CF9: hue angle of 280.23º degrees, saturation: 0.94, 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 #C04CF9 is Cyan = 0.23, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 192 76 249 -
CMYK 0.23 0.69 0 0.02
HSL 280.23º 0.94% 0.64% -
HSV(B) 280.23º 0.69% 0.98% -
XYZ 41.42 23.21 91.92 -
YUV 130.41 194.93 171.93 -
System Red Green Blue C M Y K H S L
Decimal 192 76 249 0.23 0.69 0 0.02 280.23 0.94 0.64
Hex C0 4C F9 17 45 0 2 118 5E 40
Octal 300 114 371 27 105 0 2 430 136 100
Binary 11000000 1001100 11111001 10111 1000101 0 10 100011000 1011110 1000000

Color Harmonies of #C04CF9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C04CF9

Black with #C04CF9

Text Example


Text Example

White with #C04CF9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C04CF9; }

 p { color: rgb(192,76,249); }

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

background-color css

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

 a { background-color: rgb(192,76,249); }

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

border-color css

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

 span { border-color: rgb(192,76,249); }

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