#C34CE7

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

Shades of Medium Orchid #C34CE7

Tints of Medium Orchid #C34CE7

Color information

#C34CE7 (or 0xC34CE7) is unknown color: approx Medium Orchid. HEX triplet: C3, 4C and E7. RGB value is (195,76,231). Sum of RGB (Red+Green+Blue) = 195+76+231=502 (66% of max value = 765). Red value is 195 (76.56% from 255 or 38.84% from 502); Green value is 76 (30.08% from 255 or 15.14% from 502); Blue value is 231 (90.62% from 255 or 46.02% from 502); Max value from RGB is 231 - color contains mainly: blue. Hex color #C34CE7 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C34CE7 is #3CB318. Grayscale: #808080. Windows color (decimal): -3978009 or 15158467. OLE color: 15158467.

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

Color convert

RGB19576231-
CMYK0.160.6700.09
HSL286.06º76.35%60.2%-
HSV(B)286.06º67.1%90.59%-
XYZ39.5122.5477.87-
YUV129.25185.42174.9-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 38.84%
GREEN value IS 76 (30.08% from 255) = 15.14%
BLUE value IS 231 (90.62% from 255) = 46.02%
R=38.84%
G=15.14%
B=46.02%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal195762310.160.6700.09286.0676.3560.2
HexC34CE710430911e4c3c
Octal3031143472010301143611474
Binary11000011100110011100111100001000011010011000111101001100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C34CE7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C34CE7; }

 p { color: rgb(195,76,231); }

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

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

 a { background-color: rgb(195,76,231); }

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

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

 span { border-color: rgb(195,76,231); }

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