#C034D1

Color #C034D1 Medium Orchid (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Medium Orchid #C034D1

Tints of Medium Orchid #C034D1

Color information

#C034D1 (or 0xC034D1) is unknown color: approx Medium Orchid. HEX triplet: C0, 34 and D1. RGB value is (192,52,209). Sum of RGB (Red+Green+Blue) = 192+52+209=453 (60% of max value = 765). Red value is 192 (75.39% from 255 or 42.38% from 453); Green value is 52 (20.70% from 255 or 11.48% from 453); Blue value is 209 (82.03% from 255 or 46.14% from 453); Max value from RGB is 209 - color contains mainly: blue. Hex color #C034D1 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C034D1 is #3FCB2E. Grayscale: #6F6F6F. Windows color (decimal): -4180783 or 13710528. OLE color: 13710528.

HSL color Cylindrical-coordinate representation of color #C034D1: hue angle of 293.5º degrees, saturation: 0.63, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #C034D1 is Cyan = 0.08, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB19252209-
CMYK0.080.7500.18
HSL293.5º63.05%51.18%-
HSV(B)293.5º75.12%81.96%-
XYZ34.4718.2762.03-
YUV111.76182.88185.23-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 42.38%
GREEN value IS 52 (20.70% from 255) = 11.48%
BLUE value IS 209 (82.03% from 255) = 46.14%
R=42.38%
G=11.48%
B=46.14%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.75
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal192522090.080.7500.18293.563.0551.18
HexC034D184B0121263f33
Octal30064321101130224467763
Binary110000001101001101000110001001011010010100100110111111110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C034D1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C034D1; }

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

 H1.HeaderClassName
 {
   color: #C034D1;
 }
 .AnyTagClassName
 {
   color: #C034D1;
 }
</style>
background-color css

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

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

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

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

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

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