Html Css Color HEX #D862DF Orchid

📋 copy color: '#D862DF'

red 216 ◦ green 98 ◦ blue 223

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

Shades of Orchid #D862DF

Tints of Orchid #D862DF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 41.53%

R = 40.22%
G = 18.25%
B = 41.53%

CMYK

 C value IS 0.03

 M value IS 0.56

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#D862DF (or 0xD862DF) is known color: Orchid. HEX triplet: D8, 62 and DF. RGB value is (216,98,223). Sum of RGB (Red+Green+Blue) = 216+98+223=537 (71% of max value = 765). Red value is 216 (84.77% from 255 or 40.22% from 537); Green value is 98 (38.67% from 255 or 18.25% from 537); Blue value is 223 (87.5% from 255 or 41.53% from 537); Max value from RGB is 223 - color contains mainly: blue. Hex color #D862DF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D862DF is #279D20. Grayscale: #939393. Windows color (decimal): -2596129 or 14639832. OLE color: 14639832.

HSL color Cylindrical-coordinate representation of color #D862DF: hue angle of 296.64º degrees, saturation: 0.66, 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 #D862DF is Cyan = 0.03, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 216 98 223 -
CMYK 0.03 0.56 0 0.13
HSL 296.64º 0.66% 0.63% -
HSV(B) 296.64º 0.56% 0.87% -
XYZ 46.01 28.66 72.92 -
YUV 147.53 170.59 176.84 -
System Red Green Blue C M Y K H S L
Decimal 216 98 223 0.03 0.56 0 0.13 296.64 0.66 0.63
Hex D8 62 DF 3 38 0 D 129 42 3F
Octal 330 142 337 3 70 0 15 451 102 77
Binary 11011000 1100010 11011111 11 111000 0 1101 100101001 1000010 111111

Color Harmonies of #D862DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D862DF

Black with #D862DF

Text Example


Text Example

White with #D862DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D862DF; }

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

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

background-color css

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

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

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

border-color css

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

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

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