Html Css Color HEX #D969B6 Orchid

📋 copy color: '#D969B6'

red 217 ◦ green 105 ◦ blue 182

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

Shades of Orchid #D969B6

Tints of Orchid #D969B6

RGB

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

 GREEN value IS 105 (41.41% from 255) = 20.83%

 BLUE value IS 182 (71.48% from 255) = 36.11%

R = 43.06%
G = 20.83%
B = 36.11%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.16

 K value IS 0.15

RGB Variations

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

Color information

#D969B6 (or 0xD969B6) is known color: Orchid. HEX triplet: D9, 69 and B6. RGB value is (217,105,182). Sum of RGB (Red+Green+Blue) = 217+105+182=504 (66% of max value = 765). Red value is 217 (85.16% from 255 or 43.06% from 504); Green value is 105 (41.41% from 255 or 20.83% from 504); Blue value is 182 (71.48% from 255 or 36.11% from 504); Max value from RGB is 217 - color contains mainly: red. Hex color #D969B6 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D969B6 is #269649. Grayscale: #939393. Windows color (decimal): -2528842 or 11954649. OLE color: 11954649.

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

Color convert

RGB 217 105 182 -
CMYK 0 0.52 0.16 0.15
HSL 318.75º 0.6% 0.63% -
HSV(B) 318.75º 0.52% 0.85% -
XYZ 42.11 28.23 47.49 -
YUV 147.27 147.61 177.74 -
System Red Green Blue C M Y K H S L
Decimal 217 105 182 0 0.52 0.16 0.15 318.75 0.6 0.63
Hex D9 69 B6 0 34 10 F 13F 3C 3F
Octal 331 151 266 0 64 20 17 477 74 77
Binary 11011001 1101001 10110110 0 110100 10000 1111 100111111 111100 111111

Color Harmonies of #D969B6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D969B6

Black with #D969B6

Text Example


Text Example

White with #D969B6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D969B6; }

 p { color: rgb(217,105,182); }

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

background-color css

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

 a { background-color: rgb(217,105,182); }

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

border-color css

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

 span { border-color: rgb(217,105,182); }

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