#D969CF

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

Shades of Orchid #D969CF

Tints of Orchid #D969CF

Color information

#D969CF (or 0xD969CF) is unknown color: approx Orchid. HEX triplet: D9, 69 and CF. RGB value is (217,105,207). Sum of RGB (Red+Green+Blue) = 217+105+207=529 (70% of max value = 765). Red value is 217 (85.16% from 255 or 41.02% from 529); Green value is 105 (41.41% from 255 or 19.85% from 529); Blue value is 207 (81.25% from 255 or 39.13% from 529); Max value from RGB is 217 - color contains mainly: red. Hex color #D969CF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D969CF is #269630. Grayscale: #959595. Windows color (decimal): -2528817 or 13593049. OLE color: 13593049.

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

Color convert

RGB217105207-
CMYK00.520.050.15
HSL305.36º59.57%63.14%-
HSV(B)305.36º51.61%85.1%-
XYZ44.9329.3662.33-
YUV150.12160.11175.71-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 41.02%
GREEN value IS 105 (41.41% from 255) = 19.85%
BLUE value IS 207 (81.25% from 255) = 39.13%
R=41.02%
G=19.85%
B=39.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.05
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21710520700.520.050.15305.3659.5763.14
HexD969CF0345F1313c3f
Octal3311513170645174617477
Binary1101100111010011100111101101001011111100110001111100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D969CF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D969CF; }

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

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

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

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

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

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

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

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