#D069C4

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

Shades of Orchid #D069C4

Tints of Orchid #D069C4

Color information

#D069C4 (or 0xD069C4) is unknown color: approx Orchid. HEX triplet: D0, 69 and C4. RGB value is (208,105,196). Sum of RGB (Red+Green+Blue) = 208+105+196=509 (67% of max value = 765). Red value is 208 (81.64% from 255 or 40.86% from 509); Green value is 105 (41.41% from 255 or 20.63% from 509); Blue value is 196 (76.95% from 255 or 38.51% from 509); Max value from RGB is 208 - color contains mainly: red. Hex color #D069C4 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D069C4 is #2F963B. Grayscale: #919191. Windows color (decimal): -3118652 or 12872144. OLE color: 12872144.

HSL color Cylindrical-coordinate representation of color #D069C4: hue angle of 306.99º 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 #D069C4 is Cyan = 0, Magento = 0.50, Yellow = 0.06 and Black (K on CMYK) = 0.18.

Color convert

RGB208105196-
CMYK00.500.060.18
HSL306.99º52.28%61.37%-
HSV(B)306.99º49.52%81.57%-
XYZ41.0327.555.37-
YUV146.17156.12172.1-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 40.86%
GREEN value IS 105 (41.41% from 255) = 20.63%
BLUE value IS 196 (76.95% from 255) = 38.51%
R=40.86%
G=20.63%
B=38.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.06
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal20810519600.500.060.18306.9952.2861.37
HexD069C4032612133343d
Octal3201513040626224636475
Binary11010000110100111000100011001011010010100110011110100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D069C4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D069C4; }

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

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

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

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

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

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

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

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