Html Css Color HEX #D868B7 Orchid

📋 copy color: '#D868B7'

red 216 ◦ green 104 ◦ blue 183

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

Shades of Orchid #D868B7

Tints of Orchid #D868B7

RGB

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

 GREEN value IS 104 (41.02% from 255) = 20.68%

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

R = 42.94%
G = 20.68%
B = 36.38%

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

#D868B7 (or 0xD868B7) is known color: Orchid. HEX triplet: D8, 68 and B7. RGB value is (216,104,183). Sum of RGB (Red+Green+Blue) = 216+104+183=503 (66% of max value = 765). Red value is 216 (84.77% from 255 or 42.94% from 503); Green value is 104 (41.02% from 255 or 20.68% from 503); Blue value is 183 (71.88% from 255 or 36.38% from 503); Max value from RGB is 216 - color contains mainly: red. Hex color #D868B7 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D868B7 is #279748. Grayscale: #929292. Windows color (decimal): -2594633 or 12019928. OLE color: 12019928.

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

Color convert

RGB 216 104 183 -
CMYK 0 0.52 0.15 0.15
HSL 317.68º 0.59% 0.63% -
HSV(B) 317.68º 0.52% 0.85% -
XYZ 41.82 27.92 47.98 -
YUV 146.49 148.61 177.58 -
System Red Green Blue C M Y K H S L
Decimal 216 104 183 0 0.52 0.15 0.15 317.68 0.59 0.63
Hex D8 68 B7 0 34 F F 13E 3B 3F
Octal 330 150 267 0 64 17 17 476 73 77
Binary 11011000 1101000 10110111 0 110100 1111 1111 100111110 111011 111111

Color Harmonies of #D868B7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D868B7

Black with #D868B7

Text Example


Text Example

White with #D868B7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D868B7; }

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

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

background-color css

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

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

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

border-color css

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

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

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