#D769CC

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

Shades of Orchid #D769CC

Tints of Orchid #D769CC

Color information

#D769CC (or 0xD769CC) is unknown color: approx Orchid. HEX triplet: D7, 69 and CC. RGB value is (215,105,204). Sum of RGB (Red+Green+Blue) = 215+105+204=524 (69% of max value = 765). Red value is 215 (84.38% from 255 or 41.03% from 524); Green value is 105 (41.41% from 255 or 20.04% from 524); Blue value is 204 (80.08% from 255 or 38.93% from 524); Max value from RGB is 215 - color contains mainly: red. Hex color #D769CC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D769CC is #289633. Grayscale: #949494. Windows color (decimal): -2659892 or 13396439. OLE color: 13396439.

HSL color Cylindrical-coordinate representation of color #D769CC: hue angle of 306º degrees, saturation: 0.58, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #D769CC is Cyan = 0, Magento = 0.51, Yellow = 0.05 and Black (K on CMYK) = 0.16.

Color convert

RGB215105204-
CMYK00.510.050.16
HSL306º57.89%62.75%-
HSV(B)306º51.16%84.31%-
XYZ43.9728.9160.39-
YUV149.18158.94174.95-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 41.03%
GREEN value IS 105 (41.41% from 255) = 20.04%
BLUE value IS 204 (80.08% from 255) = 38.93%
R=41.03%
G=20.04%
B=38.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.05
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21510520400.510.050.1630657.8962.75
HexD769CC0335101323a3f
Octal3271513140635204627277
Binary11010111110100111001100011001110110000100110010111010111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D769CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D769CC; }

 p { color: rgb(215,105,204); }

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

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

 a { background-color: rgb(215,105,204); }

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

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

 span { border-color: rgb(215,105,204); }

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