#c464cf

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

Shades of Medium Orchid #C464CF

Tints of Medium Orchid #C464CF

Color information

#C464CF (or 0xC464CF) is unknown color: approx Medium Orchid. HEX triplet: C4, 64 and CF. RGB value is (196,100,207). Sum of RGB (Red+Green+Blue) = 196+100+207=503 (66% of max value = 765). Red value is 196 (76.95% from 255 or 38.97% from 503); Green value is 100 (39.45% from 255 or 19.88% from 503); Blue value is 207 (81.25% from 255 or 41.15% from 503); Max value from RGB is 207 - color contains mainly: blue. Hex color #C464CF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C464CF is #3B9B30. Grayscale: #8C8C8C. Windows color (decimal): -3906353 or 13591748. OLE color: 13591748.

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

Color convert

RGB196100207-
CMYK0.050.5200.19
HSL293.83º52.71%60.2%-
HSV(B)293.83º51.69%81.18%-
XYZ38.5825.3661.89-
YUV140.9165.3167.3-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 38.97%
GREEN value IS 100 (39.45% from 255) = 19.88%
BLUE value IS 207 (81.25% from 255) = 41.15%
R=38.97%
G=19.88%
B=41.15%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1961002070.050.5200.19293.8352.7160.2
HexC464CF534013126353c
Octal3041443175640234466574
Binary11000100110010011001111101110100010011100100110110101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #c464cf

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #c464cf; }

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

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

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

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

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

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

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

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