Html Css Color HEX #D969B9 Orchid

📋 copy color: '#D969B9'

red 217 ◦ green 105 ◦ blue 185

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

Shades of Orchid #D969B9

Tints of Orchid #D969B9

RGB

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

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

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

R = 42.8%
G = 20.71%
B = 36.49%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.15

 K value IS 0.15

RGB Variations

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

Color information

#D969B9 (or 0xD969B9) is known color: Orchid. HEX triplet: D9, 69 and B9. RGB value is (217,105,185). Sum of RGB (Red+Green+Blue) = 217+105+185=507 (67% of max value = 765). Red value is 217 (85.16% from 255 or 42.80% from 507); Green value is 105 (41.41% from 255 or 20.71% from 507); Blue value is 185 (72.66% from 255 or 36.49% from 507); Max value from RGB is 217 - color contains mainly: red. Hex color #D969B9 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D969B9 is #269646. Grayscale: #939393. Windows color (decimal): -2528839 or 12151257. OLE color: 12151257.

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

Color convert

RGB 217 105 185 -
CMYK 0 0.52 0.15 0.15
HSL 317.14º 0.6% 0.63% -
HSV(B) 317.14º 0.52% 0.85% -
XYZ 42.42 28.36 49.14 -
YUV 147.61 149.11 177.5 -
System Red Green Blue C M Y K H S L
Decimal 217 105 185 0 0.52 0.15 0.15 317.14 0.6 0.63
Hex D9 69 B9 0 34 F F 13D 3C 3F
Octal 331 151 271 0 64 17 17 475 74 77
Binary 11011001 1101001 10111001 0 110100 1111 1111 100111101 111100 111111

Color Harmonies of #D969B9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D969B9

Black with #D969B9

Text Example


Text Example

White with #D969B9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D969B9; }

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

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

background-color css

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

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

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

border-color css

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

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

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