Html Css Color HEX #D869D9 Orchid

📋 copy color: '#D869D9'

red 216 ◦ green 105 ◦ blue 217

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

Shades of Orchid #D869D9

Tints of Orchid #D869D9

RGB

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

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

 BLUE value IS 217 (85.16% from 255) = 40.33%

R = 40.15%
G = 19.52%
B = 40.33%

CMYK

 C value IS 0.00

 M value IS 0.52

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#D869D9 (or 0xD869D9) is known color: Orchid. HEX triplet: D8, 69 and D9. RGB value is (216,105,217). Sum of RGB (Red+Green+Blue) = 216+105+217=538 (71% of max value = 765). Red value is 216 (84.77% from 255 or 40.15% from 538); Green value is 105 (41.41% from 255 or 19.52% from 538); Blue value is 217 (85.16% from 255 or 40.33% from 538); Max value from RGB is 217 - color contains mainly: blue. Hex color #D869D9 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D869D9 is #279626. Grayscale: #969696. Windows color (decimal): -2594343 or 14248408. OLE color: 14248408.

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

Color convert

RGB 216 105 217 -
CMYK 0.00 0.52 0 0.15
HSL 299.46º 0.6% 0.63% -
HSV(B) 299.46º 0.52% 0.85% -
XYZ 45.89 29.71 68.96 -
YUV 150.96 165.27 174.39 -
System Red Green Blue C M Y K H S L
Decimal 216 105 217 0.00 0.52 0 0.15 299.46 0.6 0.63
Hex D8 69 D9 0 34 0 F 12B 3C 3F
Octal 330 151 331 0 64 0 17 453 74 77
Binary 11011000 1101001 11011001 0 110100 0 1111 100101011 111100 111111

Color Harmonies of #D869D9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D869D9

Black with #D869D9

Text Example


Text Example

White with #D869D9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D869D9; }

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

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

background-color css

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

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

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

border-color css

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

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

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