#c35bcf

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

Shades of Medium Orchid #C35BCF

Tints of Medium Orchid #C35BCF

Color information

#C35BCF (or 0xC35BCF) is unknown color: approx Medium Orchid. HEX triplet: C3, 5B and CF. RGB value is (195,91,207). Sum of RGB (Red+Green+Blue) = 195+91+207=493 (65% of max value = 765). Red value is 195 (76.56% from 255 or 39.55% from 493); Green value is 91 (35.94% from 255 or 18.46% from 493); Blue value is 207 (81.25% from 255 or 41.99% from 493); Max value from RGB is 207 - color contains mainly: blue. Hex color #C35BCF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C35BCF is #3CA430. Grayscale: #868686. Windows color (decimal): -3974193 or 13589443. OLE color: 13589443.

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

Color convert

RGB19591207-
CMYK0.060.5600.19
HSL293.79º54.72%58.43%-
HSV(B)293.79º56.04%81.18%-
XYZ37.5123.5961.61-
YUV135.32168.46170.57-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 39.55%
GREEN value IS 91 (35.94% from 255) = 18.46%
BLUE value IS 207 (81.25% from 255) = 41.99%
R=39.55%
G=18.46%
B=41.99%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal195912070.060.5600.19293.7954.7258.43
HexC35BCF638013126373a
Octal3031333176700234466772
Binary11000011101101111001111110111000010011100100110110111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #c35bcf

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #c35bcf; }

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

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

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

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

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

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

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

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