#D665DA

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

Shades of Orchid #D665DA

Tints of Orchid #D665DA

Color information

#D665DA (or 0xD665DA) is unknown color: approx Orchid. HEX triplet: D6, 65 and DA. RGB value is (214,101,218). Sum of RGB (Red+Green+Blue) = 214+101+218=533 (70% of max value = 765). Red value is 214 (83.98% from 255 or 40.15% from 533); Green value is 101 (39.84% from 255 or 18.95% from 533); Blue value is 218 (85.55% from 255 or 40.90% from 533); Max value from RGB is 218 - color contains mainly: blue. Hex color #D665DA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D665DA is #299A25. Grayscale: #939393. Windows color (decimal): -2726438 or 14312918. OLE color: 14312918.

HSL color Cylindrical-coordinate representation of color #D665DA: hue angle of 297.95º degrees, saturation: 0.61, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #D665DA is Cyan = 0.02, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB214101218-
CMYK0.020.5400.15
HSL297.95º61.26%62.55%-
HSV(B)297.95º53.67%85.49%-
XYZ45.0428.6769.49-
YUV148.12167.44174.99-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 40.15%
GREEN value IS 101 (39.84% from 255) = 18.95%
BLUE value IS 218 (85.55% from 255) = 40.90%
R=40.15%
G=18.95%
B=40.90%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2141012180.020.5400.15297.9561.2662.55
HexD665DA2360F12a3d3f
Octal3261453322660174527577
Binary110101101100101110110101011011001111100101010111101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D665DA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D665DA; }

 p { color: rgb(214,101,218); }

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

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

 a { background-color: rgb(214,101,218); }

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

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

 span { border-color: rgb(214,101,218); }

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