Html Css Color HEX #D967B9 Orchid

📋 copy color: '#D967B9'

red 217 ◦ green 103 ◦ blue 185

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

Shades of Orchid #D967B9

Tints of Orchid #D967B9

RGB

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

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

 BLUE value IS 185 (72.66% from 255) = 36.63%

R = 42.97%
G = 20.4%
B = 36.63%

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

#D967B9 (or 0xD967B9) is known color: Orchid. HEX triplet: D9, 67 and B9. RGB value is (217,103,185). Sum of RGB (Red+Green+Blue) = 217+103+185=505 (66% of max value = 765). Red value is 217 (85.16% from 255 or 42.97% from 505); Green value is 103 (40.62% from 255 or 20.40% from 505); Blue value is 185 (72.66% from 255 or 36.63% from 505); Max value from RGB is 217 - color contains mainly: red. Hex color #D967B9 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D967B9 is #269846. Grayscale: #929292. Windows color (decimal): -2529351 or 12150745. OLE color: 12150745.

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

Color convert

RGB 217 103 185 -
CMYK 0 0.53 0.15 0.15
HSL 316.84º 0.6% 0.63% -
HSV(B) 316.84º 0.53% 0.85% -
XYZ 42.22 27.95 49.07 -
YUV 146.43 149.77 178.33 -
System Red Green Blue C M Y K H S L
Decimal 217 103 185 0 0.53 0.15 0.15 316.84 0.6 0.63
Hex D9 67 B9 0 35 F F 13D 3C 3F
Octal 331 147 271 0 65 17 17 475 74 77
Binary 11011001 1100111 10111001 0 110101 1111 1111 100111101 111100 111111

Color Harmonies of #D967B9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D967B9

Black with #D967B9

Text Example


Text Example

White with #D967B9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D967B9; }

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

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

background-color css

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

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

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

border-color css

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

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

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