#C238FD

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

Shades of Medium Orchid #C238FD

Tints of Medium Orchid #C238FD

Color information

#C238FD (or 0xC238FD) is unknown color: approx Medium Orchid. HEX triplet: C2, 38 and FD. RGB value is (194,56,253). Sum of RGB (Red+Green+Blue) = 194+56+253=503 (66% of max value = 765). Red value is 194 (76.17% from 255 or 38.57% from 503); Green value is 56 (22.27% from 255 or 11.13% from 503); Blue value is 253 (99.22% from 255 or 50.30% from 503); Max value from RGB is 253 - color contains mainly: blue. Hex color #C238FD is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C238FD is #3DC702. Grayscale: #777777. Windows color (decimal): -4048643 or 16595138. OLE color: 16595138.

HSL color Cylindrical-coordinate representation of color #C238FD: hue angle of 282.03º 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 #C238FD is Cyan = 0.23, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB19456253-
CMYK0.230.7800.01
HSL282.03º98.01%60.59%-
HSV(B)282.03º77.87%99.22%-
XYZ41.3921.3994.88-
YUV119.72203.22180.98-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 38.57%
GREEN value IS 56 (22.27% from 255) = 11.13%
BLUE value IS 253 (99.22% from 255) = 50.30%
R=38.57%
G=11.13%
B=50.30%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.78
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal194562530.230.7800.01282.0398.0160.59
HexC238FD174E0111a623d
Octal30270375271160143214275
Binary1100001011100011111101101111001110011000110101100010111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C238FD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C238FD; }

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

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

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

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

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

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

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

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