Html Css Color HEX #D868DA Orchid

📋 copy color: '#D868DA'

red 216 ◦ green 104 ◦ blue 218

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

Shades of Orchid #D868DA

Tints of Orchid #D868DA

RGB

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

 GREEN value IS 104 (41.02% from 255) = 19.33%

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

R = 40.15%
G = 19.33%
B = 40.52%

CMYK

 C value IS 0.01

 M value IS 0.52

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#D868DA (or 0xD868DA) is known color: Orchid. HEX triplet: D8, 68 and DA. RGB value is (216,104,218). Sum of RGB (Red+Green+Blue) = 216+104+218=538 (71% of max value = 765). Red value is 216 (84.77% from 255 or 40.15% from 538); Green value is 104 (41.02% from 255 or 19.33% from 538); Blue value is 218 (85.55% from 255 or 40.52% from 538); Max value from RGB is 218 - color contains mainly: blue. Hex color #D868DA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D868DA is #279725. Grayscale: #969696. Windows color (decimal): -2594598 or 14313688. OLE color: 14313688.

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

Color convert

RGB 216 104 218 -
CMYK 0.01 0.52 0 0.15
HSL 298.95º 0.61% 0.63% -
HSV(B) 298.95º 0.52% 0.85% -
XYZ 45.92 29.56 69.62 -
YUV 150.48 166.11 174.73 -
System Red Green Blue C M Y K H S L
Decimal 216 104 218 0.01 0.52 0 0.15 298.95 0.61 0.63
Hex D8 68 DA 1 34 0 F 12B 3D 3F
Octal 330 150 332 1 64 0 17 453 75 77
Binary 11011000 1101000 11011010 1 110100 0 1111 100101011 111101 111111

Color Harmonies of #D868DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D868DA

Black with #D868DA

Text Example


Text Example

White with #D868DA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D868DA; }

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

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

background-color css

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

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

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

border-color css

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

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

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