#C468DF

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

Shades of Medium Orchid #C468DF

Tints of Medium Orchid #C468DF

Color information

#C468DF (or 0xC468DF) is unknown color: approx Medium Orchid. HEX triplet: C4, 68 and DF. RGB value is (196,104,223). Sum of RGB (Red+Green+Blue) = 196+104+223=523 (69% of max value = 765). Red value is 196 (76.95% from 255 or 37.48% from 523); Green value is 104 (41.02% from 255 or 19.89% from 523); Blue value is 223 (87.5% from 255 or 42.64% from 523); Max value from RGB is 223 - color contains mainly: blue. Hex color #C468DF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C468DF is #3B9720. Grayscale: #909090. Windows color (decimal): -3905313 or 14641348. OLE color: 14641348.

HSL color Cylindrical-coordinate representation of color #C468DF: hue angle of 286.39º degrees, saturation: 0.65, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #C468DF is Cyan = 0.12, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB196104223-
CMYK0.120.5300.13
HSL286.39º65.03%64.12%-
HSV(B)286.39º53.36%87.45%-
XYZ41.0326.9672.85-
YUV145.07171.98164.32-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 37.48%
GREEN value IS 104 (41.02% from 255) = 19.89%
BLUE value IS 223 (87.5% from 255) = 42.64%
R=37.48%
G=19.89%
B=42.64%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1961042230.120.5300.13286.3965.0364.12
HexC468DFC350D11e4140
Octal3041503371465015436101100
Binary1100010011010001101111111001101010110110001111010000011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C468DF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C468DF; }

 p { color: rgb(196,104,223); }

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

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

 a { background-color: rgb(196,104,223); }

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

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

 span { border-color: rgb(196,104,223); }

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