#C34ADE

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

Shades of Medium Orchid #C34ADE

Tints of Medium Orchid #C34ADE

Color information

#C34ADE (or 0xC34ADE) is unknown color: approx Medium Orchid. HEX triplet: C3, 4A and DE. RGB value is (195,74,222). Sum of RGB (Red+Green+Blue) = 195+74+222=491 (65% of max value = 765). Red value is 195 (76.56% from 255 or 39.71% from 491); Green value is 74 (29.30% from 255 or 15.07% from 491); Blue value is 222 (87.11% from 255 or 45.21% from 491); Max value from RGB is 222 - color contains mainly: blue. Hex color #C34ADE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C34ADE is #3CB521. Grayscale: #7E7E7E. Windows color (decimal): -3978530 or 14568131. OLE color: 14568131.

HSL color Cylindrical-coordinate representation of color #C34ADE: hue angle of 289.05º degrees, saturation: 0.69, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #C34ADE is Cyan = 0.12, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB19574222-
CMYK0.120.6700.13
HSL289.05º69.16%58.04%-
HSV(B)289.05º66.67%87.06%-
XYZ38.1421.7771.3-
YUV127.05181.59176.47-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 39.71%
GREEN value IS 74 (29.30% from 255) = 15.07%
BLUE value IS 222 (87.11% from 255) = 45.21%
R=39.71%
G=15.07%
B=45.21%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal195742220.120.6700.13289.0569.1658.04
HexC34ADEC430D121453a
Octal3031123361410301544110572
Binary1100001110010101101111011001000011011011001000011000101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C34ADE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C34ADE; }

 p { color: rgb(195,74,222); }

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

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

 a { background-color: rgb(195,74,222); }

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

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

 span { border-color: rgb(195,74,222); }

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