Html Css Color HEX #D969BD Orchid

📋 copy color: '#D969BD'

red 217 ◦ green 105 ◦ blue 189

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

Shades of Orchid #D969BD

Tints of Orchid #D969BD

RGB

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

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

 BLUE value IS 189 (74.22% from 255) = 36.99%

R = 42.47%
G = 20.55%
B = 36.99%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.13

 K value IS 0.15

RGB Variations

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

Color information

#D969BD (or 0xD969BD) is known color: Orchid. HEX triplet: D9, 69 and BD. RGB value is (217,105,189). Sum of RGB (Red+Green+Blue) = 217+105+189=511 (67% of max value = 765). Red value is 217 (85.16% from 255 or 42.47% from 511); Green value is 105 (41.41% from 255 or 20.55% from 511); Blue value is 189 (74.22% from 255 or 36.99% from 511); Max value from RGB is 217 - color contains mainly: red. Hex color #D969BD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D969BD is #269642. Grayscale: #939393. Windows color (decimal): -2528835 or 12413401. OLE color: 12413401.

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

Color convert

RGB 217 105 189 -
CMYK 0 0.52 0.13 0.15
HSL 315º 0.6% 0.63% -
HSV(B) 315º 0.52% 0.85% -
XYZ 42.85 28.53 51.39 -
YUV 148.06 151.11 177.17 -
System Red Green Blue C M Y K H S L
Decimal 217 105 189 0 0.52 0.13 0.15 315 0.6 0.63
Hex D9 69 BD 0 34 D F 13B 3C 3F
Octal 331 151 275 0 64 15 17 473 74 77
Binary 11011001 1101001 10111101 0 110100 1101 1111 100111011 111100 111111

Color Harmonies of #D969BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D969BD

Black with #D969BD

Text Example


Text Example

White with #D969BD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D969BD; }

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

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

background-color css

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

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

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

border-color css

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

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

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