#C455DA

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

Shades of Medium Orchid #C455DA

Tints of Medium Orchid #C455DA

Color information

#C455DA (or 0xC455DA) is unknown color: approx Medium Orchid. HEX triplet: C4, 55 and DA. RGB value is (196,85,218). Sum of RGB (Red+Green+Blue) = 196+85+218=499 (66% of max value = 765). Red value is 196 (76.95% from 255 or 39.28% from 499); Green value is 85 (33.59% from 255 or 17.03% from 499); Blue value is 218 (85.55% from 255 or 43.69% from 499); Max value from RGB is 218 - color contains mainly: blue. Hex color #C455DA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C455DA is #3BAA25. Grayscale: #848484. Windows color (decimal): -3910182 or 14308804. OLE color: 14308804.

HSL color Cylindrical-coordinate representation of color #C455DA: hue angle of 290.08º degrees, saturation: 0.64, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #C455DA is Cyan = 0.10, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB19685218-
CMYK0.100.6100.15
HSL290.08º64.25%59.41%-
HSV(B)290.08º61.01%85.49%-
XYZ38.6723.2968.79-
YUV133.35175.77172.69-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 39.28%
GREEN value IS 85 (33.59% from 255) = 17.03%
BLUE value IS 218 (85.55% from 255) = 43.69%
R=39.28%
G=17.03%
B=43.69%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal196852180.100.6100.15290.0864.2559.41
HexC455DAA3D0F122403b
Octal304125332127501744210073
Binary110001001010101110110101010111101011111001000101000000111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C455DA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C455DA; }

 p { color: rgb(196,85,218); }

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

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

 a { background-color: rgb(196,85,218); }

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

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

 span { border-color: rgb(196,85,218); }

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