#c335df

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

Shades of Medium Orchid #C335DF

Tints of Medium Orchid #C335DF

Color information

#C335DF (or 0xC335DF) is unknown color: approx Medium Orchid. HEX triplet: C3, 35 and DF. RGB value is (195,53,223). Sum of RGB (Red+Green+Blue) = 195+53+223=471 (62% of max value = 765). Red value is 195 (76.56% from 255 or 41.40% from 471); Green value is 53 (21.09% from 255 or 11.25% from 471); Blue value is 223 (87.5% from 255 or 47.35% from 471); Max value from RGB is 223 - color contains mainly: blue. Hex color #C335DF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C335DF is #3CCA20. Grayscale: #727272. Windows color (decimal): -3983905 or 14628291. OLE color: 14628291.

HSL color Cylindrical-coordinate representation of color #C335DF: hue angle of 290.12º degrees, saturation: 0.73, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #C335DF is Cyan = 0.13, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB19553223-
CMYK0.130.7600.13
HSL290.12º72.65%54.12%-
HSV(B)290.12º76.23%87.45%-
XYZ37.119.4871.62-
YUV114.84189.04185.18-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 41.40%
GREEN value IS 53 (21.09% from 255) = 11.25%
BLUE value IS 223 (87.5% from 255) = 47.35%
R=41.40%
G=11.25%
B=47.35%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.76
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal195532230.130.7600.13290.1272.6554.12
HexC335DFD4C0D1224936
Octal303653371511401544211166
Binary110000111101011101111111011001100011011001000101001001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #c335df

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #c335df; }

 p { color: rgb(195,53,223); }

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

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

 a { background-color: rgb(195,53,223); }

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

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

 span { border-color: rgb(195,53,223); }

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