#D469C5

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

Shades of Orchid #D469C5

Tints of Orchid #D469C5

Color information

#D469C5 (or 0xD469C5) is unknown color: approx Orchid. HEX triplet: D4, 69 and C5. RGB value is (212,105,197). Sum of RGB (Red+Green+Blue) = 212+105+197=514 (68% of max value = 765). Red value is 212 (83.20% from 255 or 41.25% from 514); Green value is 105 (41.41% from 255 or 20.43% from 514); Blue value is 197 (77.34% from 255 or 38.33% from 514); Max value from RGB is 212 - color contains mainly: red. Hex color #D469C5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D469C5 is #2B963A. Grayscale: #939393. Windows color (decimal): -2856507 or 12937684. OLE color: 12937684.

HSL color Cylindrical-coordinate representation of color #D469C5: hue angle of 308.41º degrees, saturation: 0.55, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #D469C5 is Cyan = 0, Magento = 0.50, Yellow = 0.07 and Black (K on CMYK) = 0.17.

Color convert

RGB212105197-
CMYK00.500.070.17
HSL308.41º55.44%62.16%-
HSV(B)308.41º50.47%83.14%-
XYZ42.2828.1356.02-
YUV147.48155.95174.02-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 41.25%
GREEN value IS 105 (41.41% from 255) = 20.43%
BLUE value IS 197 (77.34% from 255) = 38.33%
R=41.25%
G=20.43%
B=38.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.07
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal21210519700.500.070.17308.4155.4462.16
HexD469C5032711134373e
Octal3241513050627214646776
Binary11010100110100111000101011001011110001100110100110111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D469C5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D469C5; }

 p { color: rgb(212,105,197); }

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

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

 a { background-color: rgb(212,105,197); }

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

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

 span { border-color: rgb(212,105,197); }

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