Html Css Color HEX #D969BB Orchid

📋 copy color: '#D969BB'

red 217 ◦ green 105 ◦ blue 187

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

Shades of Orchid #D969BB

Tints of Orchid #D969BB

RGB

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

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

 BLUE value IS 187 (73.44% from 255) = 36.74%

R = 42.63%
G = 20.63%
B = 36.74%

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

#D969BB (or 0xD969BB) is known color: Orchid. HEX triplet: D9, 69 and BB. RGB value is (217,105,187). Sum of RGB (Red+Green+Blue) = 217+105+187=509 (67% of max value = 765). Red value is 217 (85.16% from 255 or 42.63% from 509); Green value is 105 (41.41% from 255 or 20.63% from 509); Blue value is 187 (73.44% from 255 or 36.74% from 509); Max value from RGB is 217 - color contains mainly: red. Hex color #D969BB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D969BB is #269644. Grayscale: #939393. Windows color (decimal): -2528837 or 12282329. OLE color: 12282329.

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

Color convert

RGB 217 105 187 -
CMYK 0 0.52 0.14 0.15
HSL 316.07º 0.6% 0.63% -
HSV(B) 316.07º 0.52% 0.85% -
XYZ 42.64 28.44 50.26 -
YUV 147.84 150.11 177.33 -
System Red Green Blue C M Y K H S L
Decimal 217 105 187 0 0.52 0.14 0.15 316.07 0.6 0.63
Hex D9 69 BB 0 34 E F 13C 3C 3F
Octal 331 151 273 0 64 16 17 474 74 77
Binary 11011001 1101001 10111011 0 110100 1110 1111 100111100 111100 111111

Color Harmonies of #D969BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D969BB

Black with #D969BB

Text Example


Text Example

White with #D969BB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D969BB; }

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

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

background-color css

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

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

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

border-color css

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

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

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