Html Css Color HEX #D862DD Orchid

📋 copy color: '#D862DD'

red 216 ◦ green 98 ◦ blue 221

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

Shades of Orchid #D862DD

Tints of Orchid #D862DD

RGB

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

 GREEN value IS 98 (38.67% from 255) = 18.32%

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

R = 40.37%
G = 18.32%
B = 41.31%

CMYK

 C value IS 0.02

 M value IS 0.56

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#D862DD (or 0xD862DD) is known color: Orchid. HEX triplet: D8, 62 and DD. RGB value is (216,98,221). Sum of RGB (Red+Green+Blue) = 216+98+221=535 (70% of max value = 765). Red value is 216 (84.77% from 255 or 40.37% from 535); Green value is 98 (38.67% from 255 or 18.32% from 535); Blue value is 221 (86.72% from 255 or 41.31% from 535); Max value from RGB is 221 - color contains mainly: blue. Hex color #D862DD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D862DD is #279D22. Grayscale: #929292. Windows color (decimal): -2596131 or 14508760. OLE color: 14508760.

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

Color convert

RGB 216 98 221 -
CMYK 0.02 0.56 0 0.13
HSL 297.56º 0.64% 0.63% -
HSV(B) 297.56º 0.56% 0.87% -
XYZ 45.74 28.55 71.51 -
YUV 147.3 169.59 177 -
System Red Green Blue C M Y K H S L
Decimal 216 98 221 0.02 0.56 0 0.13 297.56 0.64 0.63
Hex D8 62 DD 2 38 0 D 12A 40 3F
Octal 330 142 335 2 70 0 15 452 100 77
Binary 11011000 1100010 11011101 10 111000 0 1101 100101010 1000000 111111

Color Harmonies of #D862DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D862DD

Black with #D862DD

Text Example


Text Example

White with #D862DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D862DD; }

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

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

background-color css

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

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

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

border-color css

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

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

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