#DA69BC

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

Shades of Orchid #DA69BC

Tints of Orchid #DA69BC

Color information

#DA69BC (or 0xDA69BC) is unknown color: approx Orchid. HEX triplet: DA, 69 and BC. RGB value is (218,105,188). Sum of RGB (Red+Green+Blue) = 218+105+188=511 (67% of max value = 765). Red value is 218 (85.55% from 255 or 42.66% from 511); Green value is 105 (41.41% from 255 or 20.55% from 511); Blue value is 188 (73.83% from 255 or 36.79% from 511); Max value from RGB is 218 - color contains mainly: red. Hex color #DA69BC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DA69BC is #259643. Grayscale: #949494. Windows color (decimal): -2463300 or 12347866. OLE color: 12347866.

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

Color convert

RGB218105188-
CMYK00.520.140.15
HSL315.93º60.43%63.33%-
HSV(B)315.93º51.83%85.49%-
XYZ43.0428.6450.84-
YUV148.25150.44177.75-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 42.66%
GREEN value IS 105 (41.41% from 255) = 20.55%
BLUE value IS 188 (73.83% from 255) = 36.79%
R=42.66%
G=20.55%
B=36.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.14
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21810518800.520.140.15315.9360.4363.33
HexDA69BC034EF13c3c3f
Octal33215127406416174747477
Binary11011010110100110111100011010011101111100111100111100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DA69BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DA69BC; }

 p { color: rgb(218,105,188); }

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

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

 a { background-color: rgb(218,105,188); }

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

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

 span { border-color: rgb(218,105,188); }

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