Html Css Color HEX #D964BB Orchid

📋 copy color: '#D964BB'

red 217 ◦ green 100 ◦ blue 187

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

Shades of Orchid #D964BB

Tints of Orchid #D964BB

RGB

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

 GREEN value IS 100 (39.45% from 255) = 19.84%

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

R = 43.06%
G = 19.84%
B = 37.1%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.14

 K value IS 0.15

RGB Variations

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

Color information

#D964BB (or 0xD964BB) is known color: Orchid. HEX triplet: D9, 64 and BB. RGB value is (217,100,187). Sum of RGB (Red+Green+Blue) = 217+100+187=504 (66% of max value = 765). Red value is 217 (85.16% from 255 or 43.06% from 504); Green value is 100 (39.45% from 255 or 19.84% from 504); Blue value is 187 (73.44% from 255 or 37.10% from 504); Max value from RGB is 217 - color contains mainly: red. Hex color #D964BB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D964BB is #269B44. Grayscale: #909090. Windows color (decimal): -2530117 or 12281049. OLE color: 12281049.

HSL color Cylindrical-coordinate representation of color #D964BB: hue angle of 315.38º degrees, saturation: 0.61, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #D964BB is Cyan = 0, Magento = 0.54, Yellow = 0.14 and Black (K on CMYK) = 0.15.

Color convert

RGB 217 100 187 -
CMYK 0 0.54 0.14 0.15
HSL 315.38º 0.61% 0.62% -
HSV(B) 315.38º 0.54% 0.85% -
XYZ 42.14 27.45 50.09 -
YUV 144.9 151.76 179.43 -
System Red Green Blue C M Y K H S L
Decimal 217 100 187 0 0.54 0.14 0.15 315.38 0.61 0.62
Hex D9 64 BB 0 36 E F 13B 3D 3E
Octal 331 144 273 0 66 16 17 473 75 76
Binary 11011001 1100100 10111011 0 110110 1110 1111 100111011 111101 111110

Color Harmonies of #D964BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D964BB

Black with #D964BB

Text Example


Text Example

White with #D964BB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D964BB; }

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

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

background-color css

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

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

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

border-color css

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

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

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