Html Css Color HEX #D865DA Orchid

📋 copy color: '#D865DA'

red 216 ◦ green 101 ◦ blue 218

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

Shades of Orchid #D865DA

Tints of Orchid #D865DA

RGB

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

 GREEN value IS 101 (39.84% from 255) = 18.88%

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

R = 40.37%
G = 18.88%
B = 40.75%

CMYK

 C value IS 0.01

 M value IS 0.54

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#D865DA (or 0xD865DA) is known color: Orchid. HEX triplet: D8, 65 and DA. RGB value is (216,101,218). Sum of RGB (Red+Green+Blue) = 216+101+218=535 (70% of max value = 765). Red value is 216 (84.77% from 255 or 40.37% from 535); Green value is 101 (39.84% from 255 or 18.88% from 535); Blue value is 218 (85.55% from 255 or 40.75% from 535); Max value from RGB is 218 - color contains mainly: blue. Hex color #D865DA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D865DA is #279A25. Grayscale: #949494. Windows color (decimal): -2595366 or 14312920. OLE color: 14312920.

HSL color Cylindrical-coordinate representation of color #D865DA: 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.54%. Process color model (Four color, CMYK) of #D865DA is Cyan = 0.01, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 216 101 218 -
CMYK 0.01 0.54 0 0.15
HSL 298.97º 0.61% 0.63% -
HSV(B) 298.97º 0.54% 0.85% -
XYZ 45.63 28.97 69.52 -
YUV 148.72 167.1 175.99 -
System Red Green Blue C M Y K H S L
Decimal 216 101 218 0.01 0.54 0 0.15 298.97 0.61 0.63
Hex D8 65 DA 1 36 0 F 12B 3D 3F
Octal 330 145 332 1 66 0 17 453 75 77
Binary 11011000 1100101 11011010 1 110110 0 1111 100101011 111101 111111

Color Harmonies of #D865DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D865DA

Black with #D865DA

Text Example


Text Example

White with #D865DA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D865DA; }

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

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

background-color css

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

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

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

border-color css

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

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

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