#DA69C2

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

Shades of Orchid #DA69C2

Tints of Orchid #DA69C2

Color information

#DA69C2 (or 0xDA69C2) is unknown color: approx Orchid. HEX triplet: DA, 69 and C2. RGB value is (218,105,194). Sum of RGB (Red+Green+Blue) = 218+105+194=517 (68% of max value = 765). Red value is 218 (85.55% from 255 or 42.17% from 517); Green value is 105 (41.41% from 255 or 20.31% from 517); Blue value is 194 (76.17% from 255 or 37.52% from 517); Max value from RGB is 218 - color contains mainly: red. Hex color #DA69C2 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DA69C2 is #25963D. Grayscale: #949494. Windows color (decimal): -2463294 or 12741082. OLE color: 12741082.

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

Color convert

RGB218105194-
CMYK00.520.110.15
HSL312.74º60.43%63.33%-
HSV(B)312.74º51.83%85.49%-
XYZ43.728.954.31-
YUV148.93153.44177.26-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 42.17%
GREEN value IS 105 (41.41% from 255) = 20.31%
BLUE value IS 194 (76.17% from 255) = 37.52%
R=42.17%
G=20.31%
B=37.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.11
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21810519400.520.110.15312.7460.4363.33
HexDA69C2034BF1393c3f
Octal33215130206413174717477
Binary11011010110100111000010011010010111111100111001111100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DA69C2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DA69C2; }

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

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

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

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

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

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

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

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