#C469CD

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

Shades of Medium Orchid #C469CD

Tints of Medium Orchid #C469CD

Color information

#C469CD (or 0xC469CD) is unknown color: approx Medium Orchid. HEX triplet: C4, 69 and CD. RGB value is (196,105,205). Sum of RGB (Red+Green+Blue) = 196+105+205=506 (67% of max value = 765). Red value is 196 (76.95% from 255 or 38.74% from 506); Green value is 105 (41.41% from 255 or 20.75% from 506); Blue value is 205 (80.47% from 255 or 40.51% from 506); Max value from RGB is 205 - color contains mainly: blue. Hex color #C469CD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C469CD is #3B9632. Grayscale: #8F8F8F. Windows color (decimal): -3905075 or 13461956. OLE color: 13461956.

HSL color Cylindrical-coordinate representation of color #C469CD: hue angle of 294.6º 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 #C469CD is Cyan = 0.04, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB196105205-
CMYK0.040.4900.20
HSL294.6º50%60.78%-
HSV(B)294.6º48.78%80.39%-
XYZ38.8426.2560.78-
YUV143.61162.65165.37-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 38.74%
GREEN value IS 105 (41.41% from 255) = 20.75%
BLUE value IS 205 (80.47% from 255) = 40.51%
R=38.74%
G=20.75%
B=40.51%

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
Decimal1961052050.040.4900.20294.65060.78
HexC469CD431014127323d
Octal3041513154610244476275
Binary11000100110100111001101100110001010100100100111110010111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C469CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C469CD; }

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

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

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

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

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

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

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

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