Html Css Color HEX #D967B8 Orchid

📋 copy color: '#D967B8'

red 217 ◦ green 103 ◦ blue 184

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

Shades of Orchid #D967B8

Tints of Orchid #D967B8

RGB

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

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

 BLUE value IS 184 (72.27% from 255) = 36.51%

R = 43.06%
G = 20.44%
B = 36.51%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.15

 K value IS 0.15

RGB Variations

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

Color information

#D967B8 (or 0xD967B8) is known color: Orchid. HEX triplet: D9, 67 and B8. RGB value is (217,103,184). Sum of RGB (Red+Green+Blue) = 217+103+184=504 (66% of max value = 765). Red value is 217 (85.16% from 255 or 43.06% from 504); Green value is 103 (40.62% from 255 or 20.44% from 504); Blue value is 184 (72.27% from 255 or 36.51% from 504); Max value from RGB is 217 - color contains mainly: red. Hex color #D967B8 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D967B8 is #269847. Grayscale: #929292. Windows color (decimal): -2529352 or 12085209. OLE color: 12085209.

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

Color convert

RGB 217 103 184 -
CMYK 0 0.53 0.15 0.15
HSL 317.37º 0.6% 0.63% -
HSV(B) 317.37º 0.53% 0.85% -
XYZ 42.12 27.91 48.52 -
YUV 146.32 149.27 178.41 -
System Red Green Blue C M Y K H S L
Decimal 217 103 184 0 0.53 0.15 0.15 317.37 0.6 0.63
Hex D9 67 B8 0 35 F F 13D 3C 3F
Octal 331 147 270 0 65 17 17 475 74 77
Binary 11011001 1100111 10111000 0 110101 1111 1111 100111101 111100 111111

Color Harmonies of #D967B8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D967B8

Black with #D967B8

Text Example


Text Example

White with #D967B8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D967B8; }

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

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

background-color css

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

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

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

border-color css

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

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

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