#C35ACF

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

Shades of Medium Orchid #C35ACF

Tints of Medium Orchid #C35ACF

Color information

#C35ACF (or 0xC35ACF) is unknown color: approx Medium Orchid. HEX triplet: C3, 5A and CF. RGB value is (195,90,207). Sum of RGB (Red+Green+Blue) = 195+90+207=492 (65% of max value = 765). Red value is 195 (76.56% from 255 or 39.63% from 492); Green value is 90 (35.55% from 255 or 18.29% from 492); Blue value is 207 (81.25% from 255 or 42.07% from 492); Max value from RGB is 207 - color contains mainly: blue. Hex color #C35ACF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C35ACF is #3CA530. Grayscale: #868686. Windows color (decimal): -3974449 or 13589187. OLE color: 13589187.

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

Color convert

RGB19590207-
CMYK0.060.5700.19
HSL293.85º54.93%58.24%-
HSV(B)293.85º56.52%81.18%-
XYZ37.4223.4261.58-
YUV134.73168.79170.99-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 39.63%
GREEN value IS 90 (35.55% from 255) = 18.29%
BLUE value IS 207 (81.25% from 255) = 42.07%
R=39.63%
G=18.29%
B=42.07%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal195902070.060.5700.19293.8554.9358.24
HexC35ACF639013126373a
Octal3031323176710234466772
Binary11000011101101011001111110111001010011100100110110111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C35ACF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C35ACF; }

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

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

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

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

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

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

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

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