#D069C5

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

Shades of Orchid #D069C5

Tints of Orchid #D069C5

Color information

#D069C5 (or 0xD069C5) is unknown color: approx Orchid. HEX triplet: D0, 69 and C5. RGB value is (208,105,197). Sum of RGB (Red+Green+Blue) = 208+105+197=510 (67% of max value = 765). Red value is 208 (81.64% from 255 or 40.78% from 510); Green value is 105 (41.41% from 255 or 20.59% from 510); Blue value is 197 (77.34% from 255 or 38.63% from 510); Max value from RGB is 208 - color contains mainly: red. Hex color #D069C5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D069C5 is #2F963A. Grayscale: #929292. Windows color (decimal): -3118651 or 12937680. OLE color: 12937680.

HSL color Cylindrical-coordinate representation of color #D069C5: hue angle of 306.41º degrees, saturation: 0.52, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #D069C5 is Cyan = 0, Magento = 0.50, Yellow = 0.05 and Black (K on CMYK) = 0.18.

Color convert

RGB208105197-
CMYK00.500.050.18
HSL306.41º52.28%61.37%-
HSV(B)306.41º49.52%81.57%-
XYZ41.1427.5455.97-
YUV146.28156.62172.02-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 40.78%
GREEN value IS 105 (41.41% from 255) = 20.59%
BLUE value IS 197 (77.34% from 255) = 38.63%
R=40.78%
G=20.59%
B=38.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.05
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal20810519700.500.050.18306.4152.2861.37
HexD069C5032512132343d
Octal3201513050625224626475
Binary11010000110100111000101011001010110010100110010110100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D069C5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D069C5; }

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

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

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

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

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

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

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

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