Html Css Color HEX #D867BC Orchid

📋 copy color: '#D867BC'

red 216 ◦ green 103 ◦ blue 188

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

Shades of Orchid #D867BC

Tints of Orchid #D867BC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 37.08%

R = 42.6%
G = 20.32%
B = 37.08%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.13

 K value IS 0.15

RGB Variations

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

Color information

#D867BC (or 0xD867BC) is known color: Orchid. HEX triplet: D8, 67 and BC. RGB value is (216,103,188). Sum of RGB (Red+Green+Blue) = 216+103+188=507 (67% of max value = 765). Red value is 216 (84.77% from 255 or 42.60% from 507); Green value is 103 (40.62% from 255 or 20.32% from 507); Blue value is 188 (73.83% from 255 or 37.08% from 507); Max value from RGB is 216 - color contains mainly: red. Hex color #D867BC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D867BC is #279843. Grayscale: #929292. Windows color (decimal): -2594884 or 12347352. OLE color: 12347352.

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

Color convert

RGB 216 103 188 -
CMYK 0 0.52 0.13 0.15
HSL 314.87º 0.59% 0.63% -
HSV(B) 314.87º 0.52% 0.85% -
XYZ 42.25 27.93 50.74 -
YUV 146.48 151.44 177.59 -
System Red Green Blue C M Y K H S L
Decimal 216 103 188 0 0.52 0.13 0.15 314.87 0.59 0.63
Hex D8 67 BC 0 34 D F 13B 3B 3F
Octal 330 147 274 0 64 15 17 473 73 77
Binary 11011000 1100111 10111100 0 110100 1101 1111 100111011 111011 111111

Color Harmonies of #D867BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D867BC

Black with #D867BC

Text Example


Text Example

White with #D867BC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D867BC; }

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

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

background-color css

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

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

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

border-color css

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

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

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