#C465CF

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

Shades of Medium Orchid #C465CF

Tints of Medium Orchid #C465CF

Color information

#C465CF (or 0xC465CF) is unknown color: approx Medium Orchid. HEX triplet: C4, 65 and CF. RGB value is (196,101,207). Sum of RGB (Red+Green+Blue) = 196+101+207=504 (66% of max value = 765). Red value is 196 (76.95% from 255 or 38.89% from 504); Green value is 101 (39.84% from 255 or 20.04% from 504); Blue value is 207 (81.25% from 255 or 41.07% from 504); Max value from RGB is 207 - color contains mainly: blue. Hex color #C465CF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C465CF is #3B9A30. Grayscale: #8D8D8D. Windows color (decimal): -3906097 or 13592004. OLE color: 13592004.

HSL color Cylindrical-coordinate representation of color #C465CF: hue angle of 293.77º degrees, saturation: 0.52, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #C465CF is Cyan = 0.05, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB196101207-
CMYK0.050.5100.19
HSL293.77º52.48%60.39%-
HSV(B)293.77º51.21%81.18%-
XYZ38.6825.5561.92-
YUV141.49164.97166.88-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 38.89%
GREEN value IS 101 (39.84% from 255) = 20.04%
BLUE value IS 207 (81.25% from 255) = 41.07%
R=38.89%
G=20.04%
B=41.07%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1961012070.050.5100.19293.7752.4860.39
HexC465CF533013126343c
Octal3041453175630234466474
Binary11000100110010111001111101110011010011100100110110100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C465CF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C465CF; }

 p { color: rgb(196,101,207); }

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

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

 a { background-color: rgb(196,101,207); }

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

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

 span { border-color: rgb(196,101,207); }

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