#C35BD0

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

Shades of Medium Orchid #C35BD0

Tints of Medium Orchid #C35BD0

Color information

#C35BD0 (or 0xC35BD0) is unknown color: approx Medium Orchid. HEX triplet: C3, 5B and D0. RGB value is (195,91,208). Sum of RGB (Red+Green+Blue) = 195+91+208=494 (65% of max value = 765). Red value is 195 (76.56% from 255 or 39.47% from 494); Green value is 91 (35.94% from 255 or 18.42% from 494); Blue value is 208 (81.64% from 255 or 42.11% from 494); Max value from RGB is 208 - color contains mainly: blue. Hex color #C35BD0 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C35BD0 is #3CA42F. Grayscale: #878787. Windows color (decimal): -3974192 or 13654979. OLE color: 13654979.

HSL color Cylindrical-coordinate representation of color #C35BD0: hue angle of 293.33º degrees, saturation: 0.55, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #C35BD0 is Cyan = 0.06, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB19591208-
CMYK0.060.5600.18
HSL293.33º55.45%58.63%-
HSV(B)293.33º56.25%81.57%-
XYZ37.6323.6462.25-
YUV135.43168.96170.49-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 39.47%
GREEN value IS 91 (35.94% from 255) = 18.42%
BLUE value IS 208 (81.64% from 255) = 42.11%
R=39.47%
G=18.42%
B=42.11%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal195912080.060.5600.18293.3355.4558.63
HexC35BD0638012125373b
Octal3031333206700224456773
Binary11000011101101111010000110111000010010100100101110111111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C35BD0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C35BD0; }

 p { color: rgb(195,91,208); }

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

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

 a { background-color: rgb(195,91,208); }

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

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

 span { border-color: rgb(195,91,208); }

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