#C35FDD

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

Shades of Medium Orchid #C35FDD

Tints of Medium Orchid #C35FDD

Color information

#C35FDD (or 0xC35FDD) is unknown color: approx Medium Orchid. HEX triplet: C3, 5F and DD. RGB value is (195,95,221). Sum of RGB (Red+Green+Blue) = 195+95+221=511 (67% of max value = 765). Red value is 195 (76.56% from 255 or 38.16% from 511); Green value is 95 (37.5% from 255 or 18.59% from 511); Blue value is 221 (86.72% from 255 or 43.25% from 511); Max value from RGB is 221 - color contains mainly: blue. Hex color #C35FDD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C35FDD is #3CA022. Grayscale: #8A8A8A. Windows color (decimal): -3973155 or 14507971. OLE color: 14507971.

HSL color Cylindrical-coordinate representation of color #C35FDD: hue angle of 287.62º degrees, saturation: 0.65, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #C35FDD is Cyan = 0.12, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB19595221-
CMYK0.120.5700.13
HSL287.62º64.95%61.96%-
HSV(B)287.62º57.01%86.67%-
XYZ39.6525.0171.14-
YUV139.26174.13167.75-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 38.16%
GREEN value IS 95 (37.5% from 255) = 18.59%
BLUE value IS 221 (86.72% from 255) = 43.25%
R=38.16%
G=18.59%
B=43.25%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal195952210.120.5700.13287.6264.9561.96
HexC35FDDC390D120413e
Octal303137335147101544010176
Binary110000111011111110111011100111001011011001000001000001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C35FDD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C35FDD; }

 p { color: rgb(195,95,221); }

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

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

 a { background-color: rgb(195,95,221); }

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

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

 span { border-color: rgb(195,95,221); }

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