#C236FD

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

Shades of Medium Orchid #C236FD

Tints of Medium Orchid #C236FD

Color information

#C236FD (or 0xC236FD) is unknown color: approx Medium Orchid. HEX triplet: C2, 36 and FD. RGB value is (194,54,253). Sum of RGB (Red+Green+Blue) = 194+54+253=501 (66% of max value = 765). Red value is 194 (76.17% from 255 or 38.72% from 501); Green value is 54 (21.48% from 255 or 10.78% from 501); Blue value is 253 (99.22% from 255 or 50.50% from 501); Max value from RGB is 253 - color contains mainly: blue. Hex color #C236FD is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C236FD is #3DC902. Grayscale: #757575. Windows color (decimal): -4049155 or 16594626. OLE color: 16594626.

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

Color convert

RGB19454253-
CMYK0.230.7900.01
HSL282.21º98.03%60.2%-
HSV(B)282.21º78.66%99.22%-
XYZ41.321.294.84-
YUV118.55203.88181.82-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 38.72%
GREEN value IS 54 (21.48% from 255) = 10.78%
BLUE value IS 253 (99.22% from 255) = 50.50%
R=38.72%
G=10.78%
B=50.50%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.79
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal194542530.230.7900.01282.2198.0360.2
HexC236FD174F0111a623c
Octal30266375271170143214274
Binary1100001011011011111101101111001111011000110101100010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C236FD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C236FD; }

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

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

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

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

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

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

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

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