Html Css Color HEX #D867B5 Orchid

📋 copy color: '#D867B5'

red 216 ◦ green 103 ◦ blue 181

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

Shades of Orchid #D867B5

Tints of Orchid #D867B5

RGB

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

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

 BLUE value IS 181 (71.09% from 255) = 36.2%

R = 43.2%
G = 20.6%
B = 36.2%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.16

 K value IS 0.15

RGB Variations

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

Color information

#D867B5 (or 0xD867B5) is known color: Orchid. HEX triplet: D8, 67 and B5. RGB value is (216,103,181). Sum of RGB (Red+Green+Blue) = 216+103+181=500 (66% of max value = 765). Red value is 216 (84.77% from 255 or 43.2% from 500); Green value is 103 (40.62% from 255 or 20.6% from 500); Blue value is 181 (71.09% from 255 or 36.2% from 500); Max value from RGB is 216 - color contains mainly: red. Hex color #D867B5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D867B5 is #27984A. Grayscale: #919191. Windows color (decimal): -2594891 or 11888600. OLE color: 11888600.

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

Color convert

RGB 216 103 181 -
CMYK 0 0.52 0.16 0.15
HSL 318.58º 0.59% 0.63% -
HSV(B) 318.58º 0.52% 0.85% -
XYZ 41.51 27.64 46.86 -
YUV 145.68 147.94 178.16 -
System Red Green Blue C M Y K H S L
Decimal 216 103 181 0 0.52 0.16 0.15 318.58 0.59 0.63
Hex D8 67 B5 0 34 10 F 13F 3B 3F
Octal 330 147 265 0 64 20 17 477 73 77
Binary 11011000 1100111 10110101 0 110100 10000 1111 100111111 111011 111111

Color Harmonies of #D867B5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D867B5

Black with #D867B5

Text Example


Text Example

White with #D867B5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D867B5; }

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

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

background-color css

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

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

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

border-color css

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

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

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