#C242F3

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

Shades of Medium Orchid #C242F3

Tints of Medium Orchid #C242F3

Color information

#C242F3 (or 0xC242F3) is unknown color: approx Medium Orchid. HEX triplet: C2, 42 and F3. RGB value is (194,66,243). Sum of RGB (Red+Green+Blue) = 194+66+243=503 (66% of max value = 765). Red value is 194 (76.17% from 255 or 38.57% from 503); Green value is 66 (26.17% from 255 or 13.12% from 503); Blue value is 243 (95.31% from 255 or 48.31% from 503); Max value from RGB is 243 - color contains mainly: blue. Hex color #C242F3 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C242F3 is #3DBD0C. Grayscale: #7B7B7B. Windows color (decimal): -4046093 or 15942338. OLE color: 15942338.

HSL color Cylindrical-coordinate representation of color #C242F3: hue angle of 283.39º degrees, saturation: 0.88, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #C242F3 is Cyan = 0.20, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB19466243-
CMYK0.200.7300.05
HSL283.39º88.06%60.59%-
HSV(B)283.39º72.84%95.29%-
XYZ40.3721.8486.88-
YUV124.45194.91177.61-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 38.57%
GREEN value IS 66 (26.17% from 255) = 13.12%
BLUE value IS 243 (95.31% from 255) = 48.31%
R=38.57%
G=13.12%
B=48.31%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.73
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal194662430.200.7300.05283.3988.0660.59
HexC242F314490511b583d
Octal302102363241110543313075
Binary1100001010000101111001110100100100101011000110111011000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C242F3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C242F3; }

 p { color: rgb(194,66,243); }

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

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

 a { background-color: rgb(194,66,243); }

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

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

 span { border-color: rgb(194,66,243); }

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