Html Css Color HEX #D969BA Orchid

📋 copy color: '#D969BA'

red 217 ◦ green 105 ◦ blue 186

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

Shades of Orchid #D969BA

Tints of Orchid #D969BA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 36.61%

R = 42.72%
G = 20.67%
B = 36.61%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.14

 K value IS 0.15

RGB Variations

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

Color information

#D969BA (or 0xD969BA) is known color: Orchid. HEX triplet: D9, 69 and BA. RGB value is (217,105,186). Sum of RGB (Red+Green+Blue) = 217+105+186=508 (67% of max value = 765). Red value is 217 (85.16% from 255 or 42.72% from 508); Green value is 105 (41.41% from 255 or 20.67% from 508); Blue value is 186 (73.05% from 255 or 36.61% from 508); Max value from RGB is 217 - color contains mainly: red. Hex color #D969BA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D969BA is #269645. Grayscale: #939393. Windows color (decimal): -2528838 or 12216793. OLE color: 12216793.

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

Color convert

RGB 217 105 186 -
CMYK 0 0.52 0.14 0.15
HSL 316.61º 0.6% 0.63% -
HSV(B) 316.61º 0.52% 0.85% -
XYZ 42.53 28.4 49.69 -
YUV 147.72 149.61 177.41 -
System Red Green Blue C M Y K H S L
Decimal 217 105 186 0 0.52 0.14 0.15 316.61 0.6 0.63
Hex D9 69 BA 0 34 E F 13D 3C 3F
Octal 331 151 272 0 64 16 17 475 74 77
Binary 11011001 1101001 10111010 0 110100 1110 1111 100111101 111100 111111

Color Harmonies of #D969BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D969BA

Black with #D969BA

Text Example


Text Example

White with #D969BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D969BA; }

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

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

background-color css

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

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

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

border-color css

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

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

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