#C35FD5

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

Shades of Medium Orchid #C35FD5

Tints of Medium Orchid #C35FD5

Color information

#C35FD5 (or 0xC35FD5) is unknown color: approx Medium Orchid. HEX triplet: C3, 5F and D5. RGB value is (195,95,213). Sum of RGB (Red+Green+Blue) = 195+95+213=503 (66% of max value = 765). Red value is 195 (76.56% from 255 or 38.77% from 503); Green value is 95 (37.5% from 255 or 18.89% from 503); Blue value is 213 (83.59% from 255 or 42.35% from 503); Max value from RGB is 213 - color contains mainly: blue. Hex color #C35FD5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C35FD5 is #3CA02A. Grayscale: #898989. Windows color (decimal): -3973163 or 13983683. OLE color: 13983683.

HSL color Cylindrical-coordinate representation of color #C35FD5: hue angle of 290.85º degrees, saturation: 0.58, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #C35FD5 is Cyan = 0.08, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB19595213-
CMYK0.080.5500.16
HSL290.85º58.42%60.39%-
HSV(B)290.85º55.4%83.53%-
XYZ38.6124.5965.66-
YUV138.35170.13168.41-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 38.77%
GREEN value IS 95 (37.5% from 255) = 18.89%
BLUE value IS 213 (83.59% from 255) = 42.35%
R=38.77%
G=18.89%
B=42.35%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal195952130.080.5500.16290.8558.4260.39
HexC35FD58370101233a3c
Octal30313732510670204437274
Binary110000111011111110101011000110111010000100100011111010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C35FD5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C35FD5; }

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

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

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

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

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

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

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

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