#D969C1

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

Shades of Orchid #D969C1

Tints of Orchid #D969C1

Color information

#D969C1 (or 0xD969C1) is unknown color: approx Orchid. HEX triplet: D9, 69 and C1. RGB value is (217,105,193). Sum of RGB (Red+Green+Blue) = 217+105+193=515 (68% of max value = 765). Red value is 217 (85.16% from 255 or 42.14% from 515); Green value is 105 (41.41% from 255 or 20.39% from 515); Blue value is 193 (75.78% from 255 or 37.48% from 515); Max value from RGB is 217 - color contains mainly: red. Hex color #D969C1 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D969C1 is #26963E. Grayscale: #949494. Windows color (decimal): -2528831 or 12675545. OLE color: 12675545.

HSL color Cylindrical-coordinate representation of color #D969C1: hue angle of 312.86º degrees, saturation: 0.6, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #D969C1 is Cyan = 0, Magento = 0.52, Yellow = 0.11 and Black (K on CMYK) = 0.15.

Color convert

RGB217105193-
CMYK00.520.110.15
HSL312.86º59.57%63.14%-
HSV(B)312.86º51.61%85.1%-
XYZ43.2928.7153.71-
YUV148.52153.11176.84-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 42.14%
GREEN value IS 105 (41.41% from 255) = 20.39%
BLUE value IS 193 (75.78% from 255) = 37.48%
R=42.14%
G=20.39%
B=37.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.11
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21710519300.520.110.15312.8659.5763.14
HexD969C1034BF1393c3f
Octal33115130106413174717477
Binary11011001110100111000001011010010111111100111001111100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D969C1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D969C1; }

 p { color: rgb(217,105,193); }

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

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

 a { background-color: rgb(217,105,193); }

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

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

 span { border-color: rgb(217,105,193); }

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