#C468CD

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

Shades of Medium Orchid #C468CD

Tints of Medium Orchid #C468CD

Color information

#C468CD (or 0xC468CD) is unknown color: approx Medium Orchid. HEX triplet: C4, 68 and CD. RGB value is (196,104,205). Sum of RGB (Red+Green+Blue) = 196+104+205=505 (66% of max value = 765). Red value is 196 (76.95% from 255 or 38.81% from 505); Green value is 104 (41.02% from 255 or 20.59% from 505); Blue value is 205 (80.47% from 255 or 40.59% from 505); Max value from RGB is 205 - color contains mainly: blue. Hex color #C468CD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C468CD is #3B9732. Grayscale: #8E8E8E. Windows color (decimal): -3905331 or 13461700. OLE color: 13461700.

HSL color Cylindrical-coordinate representation of color #C468CD: hue angle of 294.65º degrees, saturation: 0.5, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #C468CD is Cyan = 0.04, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB196104205-
CMYK0.040.4900.20
HSL294.65º50.25%60.59%-
HSV(B)294.65º49.27%80.39%-
XYZ38.7326.0460.74-
YUV143.02162.98165.79-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 38.81%
GREEN value IS 104 (41.02% from 255) = 20.59%
BLUE value IS 205 (80.47% from 255) = 40.59%
R=38.81%
G=20.59%
B=40.59%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1961042050.040.4900.20294.6550.2560.59
HexC468CD431014127323d
Octal3041503154610244476275
Binary11000100110100011001101100110001010100100100111110010111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C468CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C468CD; }

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

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

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

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

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

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

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

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