#C738FD

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

Shades of Medium Orchid #C738FD

Tints of Medium Orchid #C738FD

Color information

#C738FD (or 0xC738FD) is unknown color: approx Medium Orchid. HEX triplet: C7, 38 and FD. RGB value is (199,56,253). Sum of RGB (Red+Green+Blue) = 199+56+253=508 (67% of max value = 765). Red value is 199 (78.12% from 255 or 39.17% from 508); Green value is 56 (22.27% from 255 or 11.02% from 508); Blue value is 253 (99.22% from 255 or 49.80% from 508); Max value from RGB is 253 - color contains mainly: blue. Hex color #C738FD is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C738FD is #38C702. Grayscale: #787878. Windows color (decimal): -3720963 or 16595143. OLE color: 16595143.

HSL color Cylindrical-coordinate representation of color #C738FD: hue angle of 283.55º degrees, saturation: 0.98, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #C738FD is Cyan = 0.21, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB19956253-
CMYK0.210.7800.01
HSL283.55º98.01%60.59%-
HSV(B)283.55º77.87%99.22%-
XYZ42.722.0694.94-
YUV121.21202.38183.48-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 39.17%
GREEN value IS 56 (22.27% from 255) = 11.02%
BLUE value IS 253 (99.22% from 255) = 49.80%
R=39.17%
G=11.02%
B=49.80%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.78
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal199562530.210.7800.01283.5598.0160.59
HexC738FD154E0111c623d
Octal30770375251160143414275
Binary1100011111100011111101101011001110011000111001100010111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C738FD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C738FD; }

 p { color: rgb(199,56,253); }

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

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

 a { background-color: rgb(199,56,253); }

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

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

 span { border-color: rgb(199,56,253); }

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