#C469CF

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

Shades of Medium Orchid #C469CF

Tints of Medium Orchid #C469CF

Color information

#C469CF (or 0xC469CF) is unknown color: approx Medium Orchid. HEX triplet: C4, 69 and CF. RGB value is (196,105,207). Sum of RGB (Red+Green+Blue) = 196+105+207=508 (67% of max value = 765). Red value is 196 (76.95% from 255 or 38.58% from 508); Green value is 105 (41.41% from 255 or 20.67% from 508); Blue value is 207 (81.25% from 255 or 40.75% from 508); Max value from RGB is 207 - color contains mainly: blue. Hex color #C469CF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C469CF is #3B9630. Grayscale: #8F8F8F. Windows color (decimal): -3905073 or 13593028. OLE color: 13593028.

HSL color Cylindrical-coordinate representation of color #C469CF: hue angle of 293.53º degrees, saturation: 0.52, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #C469CF is Cyan = 0.05, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB196105207-
CMYK0.050.4900.19
HSL293.53º51.52%61.18%-
HSV(B)293.53º49.28%81.18%-
XYZ39.0826.3462.06-
YUV143.84163.65165.21-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 38.58%
GREEN value IS 105 (41.41% from 255) = 20.67%
BLUE value IS 207 (81.25% from 255) = 40.75%
R=38.58%
G=20.67%
B=40.75%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1961052070.050.4900.19293.5351.5261.18
HexC469CF531013126343d
Octal3041513175610234466475
Binary11000100110100111001111101110001010011100100110110100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C469CF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C469CF; }

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

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

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

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

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

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

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

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