#C24BCF

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

Shades of Medium Orchid #C24BCF

Tints of Medium Orchid #C24BCF

Color information

#C24BCF (or 0xC24BCF) is unknown color: approx Medium Orchid. HEX triplet: C2, 4B and CF. RGB value is (194,75,207). Sum of RGB (Red+Green+Blue) = 194+75+207=476 (63% of max value = 765). Red value is 194 (76.17% from 255 or 40.76% from 476); Green value is 75 (29.69% from 255 or 15.76% from 476); Blue value is 207 (81.25% from 255 or 43.49% from 476); Max value from RGB is 207 - color contains mainly: blue. Hex color #C24BCF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C24BCF is #3DB430. Grayscale: #7D7D7D. Windows color (decimal): -4043825 or 13585346. OLE color: 13585346.

HSL color Cylindrical-coordinate representation of color #C24BCF: hue angle of 294.09º degrees, saturation: 0.58, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #C24BCF is Cyan = 0.06, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB19475207-
CMYK0.060.6400.19
HSL294.09º57.89%55.29%-
HSV(B)294.09º63.77%81.18%-
XYZ36.0321.0161.19-
YUV125.63173.92176.77-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 40.76%
GREEN value IS 75 (29.69% from 255) = 15.76%
BLUE value IS 207 (81.25% from 255) = 43.49%
R=40.76%
G=15.76%
B=43.49%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.64
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal194752070.060.6400.19294.0957.8955.29
HexC24BCF6400131263a37
Octal30211331761000234467267
Binary110000101001011110011111101000000010011100100110111010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C24BCF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C24BCF; }

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

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

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

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

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

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

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

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