#C334D6

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

Shades of Medium Orchid #C334D6

Tints of Medium Orchid #C334D6

Color information

#C334D6 (or 0xC334D6) is unknown color: approx Medium Orchid. HEX triplet: C3, 34 and D6. RGB value is (195,52,214). Sum of RGB (Red+Green+Blue) = 195+52+214=461 (61% of max value = 765). Red value is 195 (76.56% from 255 or 42.30% from 461); Green value is 52 (20.70% from 255 or 11.28% from 461); Blue value is 214 (83.98% from 255 or 46.42% from 461); Max value from RGB is 214 - color contains mainly: blue. Hex color #C334D6 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C334D6 is #3CCB29. Grayscale: #707070. Windows color (decimal): -3984170 or 14038211. OLE color: 14038211.

HSL color Cylindrical-coordinate representation of color #C334D6: hue angle of 292.96º degrees, saturation: 0.66, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #C334D6 is Cyan = 0.09, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB19552214-
CMYK0.090.7600.16
HSL292.96º66.39%52.16%-
HSV(B)292.96º75.7%83.92%-
XYZ35.8718.9165.38-
YUV113.22184.88186.33-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 42.30%
GREEN value IS 52 (20.70% from 255) = 11.28%
BLUE value IS 214 (83.98% from 255) = 46.42%
R=42.30%
G=11.28%
B=46.42%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.76
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal195522140.090.7600.16292.9666.3952.16
HexC334D694C0101254234
Octal303643261111402044510264
Binary1100001111010011010110100110011000100001001001011000010110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C334D6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C334D6; }

 p { color: rgb(195,52,214); }

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

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

 a { background-color: rgb(195,52,214); }

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

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

 span { border-color: rgb(195,52,214); }

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