#C35DCF

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

Shades of Medium Orchid #C35DCF

Tints of Medium Orchid #C35DCF

Color information

#C35DCF (or 0xC35DCF) is unknown color: approx Medium Orchid. HEX triplet: C3, 5D and CF. RGB value is (195,93,207). Sum of RGB (Red+Green+Blue) = 195+93+207=495 (65% of max value = 765). Red value is 195 (76.56% from 255 or 39.39% from 495); Green value is 93 (36.72% from 255 or 18.79% from 495); Blue value is 207 (81.25% from 255 or 41.82% from 495); Max value from RGB is 207 - color contains mainly: blue. Hex color #C35DCF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C35DCF is #3CA230. Grayscale: #888888. Windows color (decimal): -3973681 or 13589955. OLE color: 13589955.

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

Color convert

RGB19593207-
CMYK0.060.5500.19
HSL293.68º54.29%58.82%-
HSV(B)293.68º55.07%81.18%-
XYZ37.6823.9461.67-
YUV136.49167.79169.73-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 39.39%
GREEN value IS 93 (36.72% from 255) = 18.79%
BLUE value IS 207 (81.25% from 255) = 41.82%
R=39.39%
G=18.79%
B=41.82%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal195932070.060.5500.19293.6854.2958.82
HexC35DCF637013126363b
Octal3031353176670234466673
Binary11000011101110111001111110110111010011100100110110110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C35DCF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C35DCF; }

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

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

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

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

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

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

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

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