#d069d4

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

Shades of Orchid #D069D4

Tints of Orchid #D069D4

Color information

#D069D4 (or 0xD069D4) is unknown color: approx Orchid. HEX triplet: D0, 69 and D4. RGB value is (208,105,212). Sum of RGB (Red+Green+Blue) = 208+105+212=525 (69% of max value = 765). Red value is 208 (81.64% from 255 or 39.62% from 525); Green value is 105 (41.41% from 255 or 20% from 525); Blue value is 212 (83.20% from 255 or 40.38% from 525); Max value from RGB is 212 - color contains mainly: blue. Hex color #D069D4 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D069D4 is #2F962B. Grayscale: #939393. Windows color (decimal): -3118636 or 13920720. OLE color: 13920720.

HSL color Cylindrical-coordinate representation of color #D069D4: hue angle of 297.76º degrees, saturation: 0.55, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #D069D4 is Cyan = 0.02, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB208105212-
CMYK0.020.5000.17
HSL297.76º55.44%62.16%-
HSV(B)297.76º50.47%83.14%-
XYZ42.9528.2765.48-
YUV148164.12170.8-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 39.62%
GREEN value IS 105 (41.41% from 255) = 20%
BLUE value IS 212 (83.20% from 255) = 40.38%
R=39.62%
G=20%
B=40.38%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal2081052120.020.5000.17297.7655.4462.16
HexD069D423201112a373e
Octal3201513242620214526776
Binary1101000011010011101010010110010010001100101010110111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #d069d4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #d069d4; }

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

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

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

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

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

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

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

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