Html Css Color HEX #C034F9 Medium Orchid

📋 copy color: '#C034F9'

red 192 ◦ green 52 ◦ blue 249

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

Shades of Medium Orchid #C034F9

Tints of Medium Orchid #C034F9

RGB

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

 GREEN value IS 52 (20.7% from 255) = 10.55%

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

R = 38.95%
G = 10.55%
B = 50.51%

CMYK

 C value IS 0.23

 M value IS 0.79

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#C034F9 (or 0xC034F9) is known color: Medium Orchid. HEX triplet: C0, 34 and F9. RGB value is (192,52,249). Sum of RGB (Red+Green+Blue) = 192+52+249=493 (65% of max value = 765). Red value is 192 (75.39% from 255 or 38.95% from 493); Green value is 52 (20.70% from 255 or 10.55% from 493); Blue value is 249 (97.66% from 255 or 50.51% from 493); Max value from RGB is 249 - color contains mainly: blue. Hex color #C034F9 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C034F9 is #3FCB06. Grayscale: #737373. Windows color (decimal): -4180743 or 16331968. OLE color: 16331968.

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

Color convert

RGB 192 52 249 -
CMYK 0.23 0.79 0 0.02
HSL 282.64º 0.94% 0.59% -
HSV(B) 282.64º 0.79% 0.98% -
XYZ 40.07 20.5 91.47 -
YUV 116.32 202.88 181.98 -
System Red Green Blue C M Y K H S L
Decimal 192 52 249 0.23 0.79 0 0.02 282.64 0.94 0.59
Hex C0 34 F9 17 4F 0 2 11B 5E 3B
Octal 300 64 371 27 117 0 2 433 136 73
Binary 11000000 110100 11111001 10111 1001111 0 10 100011011 1011110 111011

Color Harmonies of #C034F9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C034F9

Black with #C034F9

Text Example


Text Example

White with #C034F9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C034F9; }

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

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

background-color css

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

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

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

border-color css

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

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

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