#C44BFD

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

Shades of Medium Orchid #C44BFD

Tints of Medium Orchid #C44BFD

Color information

#C44BFD (or 0xC44BFD) is unknown color: approx Medium Orchid. HEX triplet: C4, 4B and FD. RGB value is (196,75,253). Sum of RGB (Red+Green+Blue) = 196+75+253=524 (69% of max value = 765). Red value is 196 (76.95% from 255 or 37.40% from 524); Green value is 75 (29.69% from 255 or 14.31% from 524); Blue value is 253 (99.22% from 255 or 48.28% from 524); Max value from RGB is 253 - color contains mainly: blue. Hex color #C44BFD is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C44BFD is #3BB402. Grayscale: #828282. Windows color (decimal): -3912707 or 16600004. OLE color: 16600004.

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

Color convert

RGB19675253-
CMYK0.230.7000.01
HSL280.79º97.8%64.31%-
HSV(B)280.79º70.36%99.22%-
XYZ43.0123.8695.27-
YUV131.47196.59174.03-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 37.40%
GREEN value IS 75 (29.69% from 255) = 14.31%
BLUE value IS 253 (99.22% from 255) = 48.28%
R=37.40%
G=14.31%
B=48.28%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.70
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal196752530.230.7000.01280.7997.864.31
HexC44BFD1746011196240
Octal3041133752710601431142100
Binary110001001001011111111011011110001100110001100111000101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C44BFD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C44BFD; }

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

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

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

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

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

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

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

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