#C65ACF

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

Shades of Medium Orchid #C65ACF

Tints of Medium Orchid #C65ACF

Color information

#C65ACF (or 0xC65ACF) is unknown color: approx Medium Orchid. HEX triplet: C6, 5A and CF. RGB value is (198,90,207). Sum of RGB (Red+Green+Blue) = 198+90+207=495 (65% of max value = 765). Red value is 198 (77.73% from 255 or 40% from 495); Green value is 90 (35.55% from 255 or 18.18% 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 #C65ACF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C65ACF is #39A530. Grayscale: #878787. Windows color (decimal): -3777841 or 13589190. OLE color: 13589190.

HSL color Cylindrical-coordinate representation of color #C65ACF: hue angle of 295.38º 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 #C65ACF is Cyan = 0.04, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB19890207-
CMYK0.040.5700.19
HSL295.38º54.93%58.24%-
HSV(B)295.38º56.52%81.18%-
XYZ38.2123.8261.62-
YUV135.63168.28172.49-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 40%
GREEN value IS 90 (35.55% from 255) = 18.18%
BLUE value IS 207 (81.25% from 255) = 41.82%
R=40%
G=18.18%
B=41.82%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal198902070.040.5700.19295.3854.9358.24
HexC65ACF439013127373a
Octal3061323174710234476772
Binary11000110101101011001111100111001010011100100111110111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C65ACF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C65ACF; }

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

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

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

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

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

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

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

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