Html Css Color HEX #C034DF Medium Orchid

📋 copy color: '#C034DF'

red 192 ◦ green 52 ◦ blue 223

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

Shades of Medium Orchid #C034DF

Tints of Medium Orchid #C034DF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 47.75%

R = 41.11%
G = 11.13%
B = 47.75%

CMYK

 C value IS 0.14

 M value IS 0.77

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#C034DF (or 0xC034DF) is known color: Medium Orchid. HEX triplet: C0, 34 and DF. RGB value is (192,52,223). Sum of RGB (Red+Green+Blue) = 192+52+223=467 (61% of max value = 765). Red value is 192 (75.39% from 255 or 41.11% from 467); Green value is 52 (20.70% from 255 or 11.13% from 467); Blue value is 223 (87.5% from 255 or 47.75% from 467); Max value from RGB is 223 - color contains mainly: blue. Hex color #C034DF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C034DF is #3FCB20. Grayscale: #707070. Windows color (decimal): -4180769 or 14628032. OLE color: 14628032.

HSL color Cylindrical-coordinate representation of color #C034DF: hue angle of 289.12º degrees, saturation: 0.73, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #C034DF is Cyan = 0.14, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 192 52 223 -
CMYK 0.14 0.77 0 0.13
HSL 289.12º 0.73% 0.54% -
HSV(B) 289.12º 0.77% 0.87% -
XYZ 36.29 18.99 71.57 -
YUV 113.35 189.88 184.1 -
System Red Green Blue C M Y K H S L
Decimal 192 52 223 0.14 0.77 0 0.13 289.12 0.73 0.54
Hex C0 34 DF E 4D 0 D 121 49 36
Octal 300 64 337 16 115 0 15 441 111 66
Binary 11000000 110100 11011111 1110 1001101 0 1101 100100001 1001001 110110

Color Harmonies of #C034DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C034DF

Black with #C034DF

Text Example


Text Example

White with #C034DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C034DF; }

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

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

background-color css

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

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

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

border-color css

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

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

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