#C748ED

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

Shades of Medium Orchid #C748ED

Tints of Medium Orchid #C748ED

Color information

#C748ED (or 0xC748ED) is unknown color: approx Medium Orchid. HEX triplet: C7, 48 and ED. RGB value is (199,72,237). Sum of RGB (Red+Green+Blue) = 199+72+237=508 (67% of max value = 765). Red value is 199 (78.12% from 255 or 39.17% from 508); Green value is 72 (28.52% from 255 or 14.17% from 508); Blue value is 237 (92.97% from 255 or 46.65% from 508); Max value from RGB is 237 - color contains mainly: blue. Hex color #C748ED is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C748ED is #38B712. Grayscale: #808080. Windows color (decimal): -3716883 or 15550663. OLE color: 15550663.

HSL color Cylindrical-coordinate representation of color #C748ED: hue angle of 286.18º degrees, saturation: 0.82, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #C748ED is Cyan = 0.16, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB19972237-
CMYK0.160.7000.07
HSL286.18º82.09%60.59%-
HSV(B)286.18º69.62%92.94%-
XYZ41.1622.8982.37-
YUV128.78189.08178.08-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 39.17%
GREEN value IS 72 (28.52% from 255) = 14.17%
BLUE value IS 237 (92.97% from 255) = 46.65%
R=39.17%
G=14.17%
B=46.65%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.70
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal199722370.160.7000.07286.1882.0960.59
HexC748ED10460711e523d
Octal307110355201060743612275
Binary1100011110010001110110110000100011001111000111101010010111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C748ED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C748ED; }

 p { color: rgb(199,72,237); }

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

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

 a { background-color: rgb(199,72,237); }

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

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

 span { border-color: rgb(199,72,237); }

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