Html Css Color HEX #D866DA Orchid

📋 copy color: '#D866DA'

red 216 ◦ green 102 ◦ blue 218

#D866DA
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Orchid #D866DA

Tints of Orchid #D866DA

RGB

 RED value IS 216 (84.77% from 255) = 40.3%

 GREEN value IS 102 (40.23% from 255) = 19.03%

 BLUE value IS 218 (85.55% from 255) = 40.67%

R = 40.3%
G = 19.03%
B = 40.67%

CMYK

 C value IS 0.01

 M value IS 0.53

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#D866DA (or 0xD866DA) is known color: Orchid. HEX triplet: D8, 66 and DA. RGB value is (216,102,218). Sum of RGB (Red+Green+Blue) = 216+102+218=536 (70% of max value = 765). Red value is 216 (84.77% from 255 or 40.30% from 536); Green value is 102 (40.23% from 255 or 19.03% from 536); Blue value is 218 (85.55% from 255 or 40.67% from 536); Max value from RGB is 218 - color contains mainly: blue. Hex color #D866DA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D866DA is #279925. Grayscale: #949494. Windows color (decimal): -2595110 or 14313176. OLE color: 14313176.

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

Color convert

RGB 216 102 218 -
CMYK 0.01 0.53 0 0.15
HSL 298.97º 0.61% 0.63% -
HSV(B) 298.97º 0.53% 0.85% -
XYZ 45.73 29.16 69.55 -
YUV 149.31 166.77 175.57 -
System Red Green Blue C M Y K H S L
Decimal 216 102 218 0.01 0.53 0 0.15 298.97 0.61 0.63
Hex D8 66 DA 1 35 0 F 12B 3D 3F
Octal 330 146 332 1 65 0 17 453 75 77
Binary 11011000 1100110 11011010 1 110101 0 1111 100101011 111101 111111

Color Harmonies of #D866DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D866DA

Black with #D866DA

Text Example


Text Example

White with #D866DA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D866DA; }

 p { color: rgb(216,102,218); }

 H1.HeaderClassName
 {
   color: #D866DA;
 }
 .AnyTagClassName
 {
   color: #D866DA;
 }
</style>

background-color css

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

 a { background-color: rgb(216,102,218); }

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

border-color css

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

 span { border-color: rgb(216,102,218); }

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