Html Css Color HEX #D869DD Orchid

📋 copy color: '#D869DD'

red 216 ◦ green 105 ◦ blue 221

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

Shades of Orchid #D869DD

Tints of Orchid #D869DD

RGB

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

 GREEN value IS 105 (41.41% from 255) = 19.37%

 BLUE value IS 221 (86.72% from 255) = 40.77%

R = 39.85%
G = 19.37%
B = 40.77%

CMYK

 C value IS 0.02

 M value IS 0.52

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#D869DD (or 0xD869DD) is known color: Orchid. HEX triplet: D8, 69 and DD. RGB value is (216,105,221). Sum of RGB (Red+Green+Blue) = 216+105+221=542 (71% of max value = 765). Red value is 216 (84.77% from 255 or 39.85% from 542); Green value is 105 (41.41% from 255 or 19.37% from 542); Blue value is 221 (86.72% from 255 or 40.77% from 542); Max value from RGB is 221 - color contains mainly: blue. Hex color #D869DD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D869DD is #279622. Grayscale: #979797. Windows color (decimal): -2594339 or 14510552. OLE color: 14510552.

HSL color Cylindrical-coordinate representation of color #D869DD: hue angle of 297.41º degrees, saturation: 0.63, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #D869DD is Cyan = 0.02, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 216 105 221 -
CMYK 0.02 0.52 0 0.13
HSL 297.41º 0.63% 0.64% -
HSV(B) 297.41º 0.52% 0.87% -
XYZ 46.42 29.92 71.74 -
YUV 151.41 167.27 174.07 -
System Red Green Blue C M Y K H S L
Decimal 216 105 221 0.02 0.52 0 0.13 297.41 0.63 0.64
Hex D8 69 DD 2 34 0 D 129 3F 40
Octal 330 151 335 2 64 0 15 451 77 100
Binary 11011000 1101001 11011101 10 110100 0 1101 100101001 111111 1000000

Color Harmonies of #D869DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D869DD

Black with #D869DD

Text Example


Text Example

White with #D869DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D869DD; }

 p { color: rgb(216,105,221); }

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

background-color css

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

 a { background-color: rgb(216,105,221); }

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

border-color css

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

 span { border-color: rgb(216,105,221); }

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