#C467DE

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

Shades of Medium Orchid #C467DE

Tints of Medium Orchid #C467DE

Color information

#C467DE (or 0xC467DE) is unknown color: approx Medium Orchid. HEX triplet: C4, 67 and DE. RGB value is (196,103,222). Sum of RGB (Red+Green+Blue) = 196+103+222=521 (69% of max value = 765). Red value is 196 (76.95% from 255 or 37.62% from 521); Green value is 103 (40.62% from 255 or 19.77% from 521); Blue value is 222 (87.11% from 255 or 42.61% from 521); Max value from RGB is 222 - color contains mainly: blue. Hex color #C467DE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C467DE is #3B9821. Grayscale: #8F8F8F. Windows color (decimal): -3905570 or 14575556. OLE color: 14575556.

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

Color convert

RGB196103222-
CMYK0.120.5400.13
HSL286.89º64.32%63.73%-
HSV(B)286.89º53.6%87.06%-
XYZ40.826.7172.11-
YUV144.37171.81164.82-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 37.62%
GREEN value IS 103 (40.62% from 255) = 19.77%
BLUE value IS 222 (87.11% from 255) = 42.61%
R=37.62%
G=19.77%
B=42.61%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1961032220.120.5400.13286.8964.3263.73
HexC467DEC360D11f4040
Octal3041473361466015437100100
Binary1100010011001111101111011001101100110110001111110000001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C467DE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C467DE; }

 p { color: rgb(196,103,222); }

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

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

 a { background-color: rgb(196,103,222); }

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

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

 span { border-color: rgb(196,103,222); }

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