#C470D1

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

Shades of Orchid #C470D1

Tints of Orchid #C470D1

Color information

#C470D1 (or 0xC470D1) is unknown color: approx Orchid. HEX triplet: C4, 70 and D1. RGB value is (196,112,209). Sum of RGB (Red+Green+Blue) = 196+112+209=517 (68% of max value = 765). Red value is 196 (76.95% from 255 or 37.91% from 517); Green value is 112 (44.14% from 255 or 21.66% from 517); Blue value is 209 (82.03% from 255 or 40.43% from 517); Max value from RGB is 209 - color contains mainly: blue. Hex color #C470D1 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C470D1 is #3B8F2E. Grayscale: #939393. Windows color (decimal): -3903279 or 13725892. OLE color: 13725892.

HSL color Cylindrical-coordinate representation of color #C470D1: hue angle of 291.96º degrees, saturation: 0.51, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #C470D1 is Cyan = 0.06, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB196112209-
CMYK0.060.4600.18
HSL291.96º51.32%62.94%-
HSV(B)291.96º46.41%81.96%-
XYZ40.0727.9363.6-
YUV148.17162.33162.11-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 37.91%
GREEN value IS 112 (44.14% from 255) = 21.66%
BLUE value IS 209 (82.03% from 255) = 40.43%
R=37.91%
G=21.66%
B=40.43%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1961122090.060.4600.18291.9651.3262.94
HexC470D162E012124333f
Octal3041603216560224446377
Binary11000100111000011010001110101110010010100100100110011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C470D1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C470D1; }

 p { color: rgb(196,112,209); }

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

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

 a { background-color: rgb(196,112,209); }

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

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

 span { border-color: rgb(196,112,209); }

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