#C44BED

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

Shades of Medium Orchid #C44BED

Tints of Medium Orchid #C44BED

Color information

#C44BED (or 0xC44BED) is unknown color: approx Medium Orchid. HEX triplet: C4, 4B and ED. RGB value is (196,75,237). Sum of RGB (Red+Green+Blue) = 196+75+237=508 (67% of max value = 765). Red value is 196 (76.95% from 255 or 38.58% from 508); Green value is 75 (29.69% from 255 or 14.76% from 508); Blue value is 237 (92.97% from 255 or 46.65% from 508); Max value from RGB is 237 - color contains mainly: blue. Hex color #C44BED is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C44BED is #3BB412. Grayscale: #818181. Windows color (decimal): -3912723 or 15551428. OLE color: 15551428.

HSL color Cylindrical-coordinate representation of color #C44BED: hue angle of 284.81º degrees, saturation: 0.82, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #C44BED is Cyan = 0.17, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB19675237-
CMYK0.170.6800.07
HSL284.81º81.82%61.18%-
HSV(B)284.81º68.35%92.94%-
XYZ40.5722.8882.4-
YUV129.65188.59175.33-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 38.58%
GREEN value IS 75 (29.69% from 255) = 14.76%
BLUE value IS 237 (92.97% from 255) = 46.65%
R=38.58%
G=14.76%
B=46.65%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.68
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal196752370.170.6800.07284.8181.8261.18
HexC44BED11440711d523d
Octal304113355211040743512275
Binary1100010010010111110110110001100010001111000111011010010111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C44BED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C44BED; }

 p { color: rgb(196,75,237); }

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

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

 a { background-color: rgb(196,75,237); }

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

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

 span { border-color: rgb(196,75,237); }

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