#C24BEF

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

Shades of Medium Orchid #C24BEF

Tints of Medium Orchid #C24BEF

Color information

#C24BEF (or 0xC24BEF) is unknown color: approx Medium Orchid. HEX triplet: C2, 4B and EF. RGB value is (194,75,239). Sum of RGB (Red+Green+Blue) = 194+75+239=508 (67% of max value = 765). Red value is 194 (76.17% from 255 or 38.19% from 508); Green value is 75 (29.69% from 255 or 14.76% from 508); Blue value is 239 (93.75% from 255 or 47.05% from 508); Max value from RGB is 239 - color contains mainly: blue. Hex color #C24BEF is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C24BEF is #3DB410. Grayscale: #808080. Windows color (decimal): -4043793 or 15682498. OLE color: 15682498.

HSL color Cylindrical-coordinate representation of color #C24BEF: hue angle of 283.54º degrees, saturation: 0.84, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #C24BEF is Cyan = 0.19, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB19475239-
CMYK0.190.6900.06
HSL283.54º83.67%61.57%-
HSV(B)283.54º68.62%93.73%-
XYZ40.3422.7383.92-
YUV129.28189.92174.16-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 38.19%
GREEN value IS 75 (29.69% from 255) = 14.76%
BLUE value IS 239 (93.75% from 255) = 47.05%
R=38.19%
G=14.76%
B=47.05%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.69
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal194752390.190.6900.06283.5483.6761.57
HexC24BEF13450611c543e
Octal302113357231050643412476
Binary1100001010010111110111110011100010101101000111001010100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C24BEF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C24BEF; }

 p { color: rgb(194,75,239); }

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

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

 a { background-color: rgb(194,75,239); }

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

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

 span { border-color: rgb(194,75,239); }

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