Html Css Color HEX #D867DF Orchid

📋 copy color: '#D867DF'

red 216 ◦ green 103 ◦ blue 223

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

Shades of Orchid #D867DF

Tints of Orchid #D867DF

RGB

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

 GREEN value IS 103 (40.63% from 255) = 19%

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

R = 39.85%
G = 19%
B = 41.14%

CMYK

 C value IS 0.03

 M value IS 0.54

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#D867DF (or 0xD867DF) is known color: Orchid. HEX triplet: D8, 67 and DF. RGB value is (216,103,223). Sum of RGB (Red+Green+Blue) = 216+103+223=542 (71% of max value = 765). Red value is 216 (84.77% from 255 or 39.85% from 542); Green value is 103 (40.62% from 255 or 19.00% from 542); Blue value is 223 (87.5% from 255 or 41.14% from 542); Max value from RGB is 223 - color contains mainly: blue. Hex color #D867DF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D867DF is #279820. Grayscale: #969696. Windows color (decimal): -2594849 or 14641112. OLE color: 14641112.

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

Color convert

RGB 216 103 223 -
CMYK 0.03 0.54 0 0.13
HSL 296.5º 0.65% 0.64% -
HSV(B) 296.5º 0.54% 0.87% -
XYZ 46.49 29.63 73.08 -
YUV 150.47 168.94 174.74 -
System Red Green Blue C M Y K H S L
Decimal 216 103 223 0.03 0.54 0 0.13 296.5 0.65 0.64
Hex D8 67 DF 3 36 0 D 128 41 40
Octal 330 147 337 3 66 0 15 450 101 100
Binary 11011000 1100111 11011111 11 110110 0 1101 100101000 1000001 1000000

Color Harmonies of #D867DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D867DF

Black with #D867DF

Text Example


Text Example

White with #D867DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D867DF; }

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

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

background-color css

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

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

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

border-color css

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

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

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