Html Css Color HEX #D967B7 Orchid

📋 copy color: '#D967B7'

red 217 ◦ green 103 ◦ blue 183

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

Shades of Orchid #D967B7

Tints of Orchid #D967B7

RGB

 RED value IS 217 (85.16% from 255) = 43.14%

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

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

R = 43.14%
G = 20.48%
B = 36.38%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.16

 K value IS 0.15

RGB Variations

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

Color information

#D967B7 (or 0xD967B7) is known color: Orchid. HEX triplet: D9, 67 and B7. RGB value is (217,103,183). Sum of RGB (Red+Green+Blue) = 217+103+183=503 (66% of max value = 765). Red value is 217 (85.16% from 255 or 43.14% from 503); Green value is 103 (40.62% from 255 or 20.48% from 503); Blue value is 183 (71.88% from 255 or 36.38% from 503); Max value from RGB is 217 - color contains mainly: red. Hex color #D967B7 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D967B7 is #269848. Grayscale: #929292. Windows color (decimal): -2529353 or 12019673. OLE color: 12019673.

HSL color Cylindrical-coordinate representation of color #D967B7: hue angle of 317.89º degrees, saturation: 0.6, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #D967B7 is Cyan = 0, Magento = 0.53, Yellow = 0.16 and Black (K on CMYK) = 0.15.

Color convert

RGB 217 103 183 -
CMYK 0 0.53 0.16 0.15
HSL 317.89º 0.6% 0.63% -
HSV(B) 317.89º 0.53% 0.85% -
XYZ 42.01 27.87 47.97 -
YUV 146.21 148.77 178.5 -
System Red Green Blue C M Y K H S L
Decimal 217 103 183 0 0.53 0.16 0.15 317.89 0.6 0.63
Hex D9 67 B7 0 35 10 F 13E 3C 3F
Octal 331 147 267 0 65 20 17 476 74 77
Binary 11011001 1100111 10110111 0 110101 10000 1111 100111110 111100 111111

Color Harmonies of #D967B7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D967B7

Black with #D967B7

Text Example


Text Example

White with #D967B7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D967B7; }

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

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

background-color css

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

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

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

border-color css

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

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

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