#C465CD

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

Shades of Medium Orchid #C465CD

Tints of Medium Orchid #C465CD

Color information

#C465CD (or 0xC465CD) is unknown color: approx Medium Orchid. HEX triplet: C4, 65 and CD. RGB value is (196,101,205). Sum of RGB (Red+Green+Blue) = 196+101+205=502 (66% of max value = 765). Red value is 196 (76.95% from 255 or 39.04% from 502); Green value is 101 (39.84% from 255 or 20.12% from 502); Blue value is 205 (80.47% from 255 or 40.84% from 502); Max value from RGB is 205 - color contains mainly: blue. Hex color #C465CD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C465CD is #3B9A32. Grayscale: #8C8C8C. Windows color (decimal): -3906099 or 13460932. OLE color: 13460932.

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

Color convert

RGB196101205-
CMYK0.040.5100.20
HSL294.81º50.98%60%-
HSV(B)294.81º50.73%80.39%-
XYZ38.4425.4560.64-
YUV141.26163.97167.04-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 39.04%
GREEN value IS 101 (39.84% from 255) = 20.12%
BLUE value IS 205 (80.47% from 255) = 40.84%
R=39.04%
G=20.12%
B=40.84%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1961012050.040.5100.20294.8150.9860
HexC465CD433014127333c
Octal3041453154630244476374
Binary11000100110010111001101100110011010100100100111110011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C465CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C465CD; }

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

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

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

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

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

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

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

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