Html Css Color HEX #D867B7 Orchid

📋 copy color: '#D867B7'

red 216 ◦ green 103 ◦ blue 183

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

Shades of Orchid #D867B7

Tints of Orchid #D867B7

RGB

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

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

 BLUE value IS 183 (71.88% from 255) = 36.45%

R = 43.03%
G = 20.52%
B = 36.45%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.15

 K value IS 0.15

RGB Variations

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

Color information

#D867B7 (or 0xD867B7) is known color: Orchid. HEX triplet: D8, 67 and B7. RGB value is (216,103,183). Sum of RGB (Red+Green+Blue) = 216+103+183=502 (66% of max value = 765). Red value is 216 (84.77% from 255 or 43.03% from 502); Green value is 103 (40.62% from 255 or 20.52% from 502); Blue value is 183 (71.88% from 255 or 36.45% from 502); Max value from RGB is 216 - color contains mainly: red. Hex color #D867B7 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D867B7 is #279848. Grayscale: #919191. Windows color (decimal): -2594889 or 12019672. OLE color: 12019672.

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

Color convert

RGB 216 103 183 -
CMYK 0 0.52 0.15 0.15
HSL 317.52º 0.59% 0.63% -
HSV(B) 317.52º 0.52% 0.85% -
XYZ 41.72 27.72 47.95 -
YUV 145.91 148.94 178 -
System Red Green Blue C M Y K H S L
Decimal 216 103 183 0 0.52 0.15 0.15 317.52 0.59 0.63
Hex D8 67 B7 0 34 F F 13E 3B 3F
Octal 330 147 267 0 64 17 17 476 73 77
Binary 11011000 1100111 10110111 0 110100 1111 1111 100111110 111011 111111

Color Harmonies of #D867B7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D867B7

Black with #D867B7

Text Example


Text Example

White with #D867B7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D867B7; }

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

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

background-color css

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

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

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

border-color css

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

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

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