#D969C5

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

Shades of Orchid #D969C5

Tints of Orchid #D969C5

Color information

#D969C5 (or 0xD969C5) is unknown color: approx Orchid. HEX triplet: D9, 69 and C5. RGB value is (217,105,197). Sum of RGB (Red+Green+Blue) = 217+105+197=519 (68% of max value = 765). Red value is 217 (85.16% from 255 or 41.81% from 519); Green value is 105 (41.41% from 255 or 20.23% from 519); Blue value is 197 (77.34% from 255 or 37.96% from 519); Max value from RGB is 217 - color contains mainly: red. Hex color #D969C5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D969C5 is #26963A. Grayscale: #949494. Windows color (decimal): -2528827 or 12937689. OLE color: 12937689.

HSL color Cylindrical-coordinate representation of color #D969C5: hue angle of 310.71º 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 #D969C5 is Cyan = 0, Magento = 0.52, Yellow = 0.09 and Black (K on CMYK) = 0.15.

Color convert

RGB217105197-
CMYK00.520.090.15
HSL310.71º59.57%63.14%-
HSV(B)310.71º51.61%85.1%-
XYZ43.7428.8956.09-
YUV148.98155.11176.52-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 41.81%
GREEN value IS 105 (41.41% from 255) = 20.23%
BLUE value IS 197 (77.34% from 255) = 37.96%
R=41.81%
G=20.23%
B=37.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.09
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21710519700.520.090.15310.7159.5763.14
HexD969C50349F1373c3f
Octal33115130506411174677477
Binary11011001110100111000101011010010011111100110111111100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D969C5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D969C5; }

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

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

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

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

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

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

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

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