Html Css Color HEX #D966BE Orchid

📋 copy color: '#D966BE'

red 217 ◦ green 102 ◦ blue 190

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

Shades of Orchid #D966BE

Tints of Orchid #D966BE

RGB

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

 GREEN value IS 102 (40.23% from 255) = 20.04%

 BLUE value IS 190 (74.61% from 255) = 37.33%

R = 42.63%
G = 20.04%
B = 37.33%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.12

 K value IS 0.15

RGB Variations

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

Color information

#D966BE (or 0xD966BE) is known color: Orchid. HEX triplet: D9, 66 and BE. RGB value is (217,102,190). Sum of RGB (Red+Green+Blue) = 217+102+190=509 (67% of max value = 765). Red value is 217 (85.16% from 255 or 42.63% from 509); Green value is 102 (40.23% from 255 or 20.04% from 509); Blue value is 190 (74.61% from 255 or 37.33% from 509); Max value from RGB is 217 - color contains mainly: red. Hex color #D966BE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D966BE is #269941. Grayscale: #929292. Windows color (decimal): -2529602 or 12478169. OLE color: 12478169.

HSL color Cylindrical-coordinate representation of color #D966BE: hue angle of 314.09º degrees, saturation: 0.6, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #D966BE is Cyan = 0, Magento = 0.53, Yellow = 0.12 and Black (K on CMYK) = 0.15.

Color convert

RGB 217 102 190 -
CMYK 0 0.53 0.12 0.15
HSL 314.09º 0.6% 0.63% -
HSV(B) 314.09º 0.53% 0.85% -
XYZ 42.66 27.97 51.87 -
YUV 146.42 152.6 178.34 -
System Red Green Blue C M Y K H S L
Decimal 217 102 190 0 0.53 0.12 0.15 314.09 0.6 0.63
Hex D9 66 BE 0 35 C F 13A 3C 3F
Octal 331 146 276 0 65 14 17 472 74 77
Binary 11011001 1100110 10111110 0 110101 1100 1111 100111010 111100 111111

Color Harmonies of #D966BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D966BE

Black with #D966BE

Text Example


Text Example

White with #D966BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D966BE; }

 p { color: rgb(217,102,190); }

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

background-color css

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

 a { background-color: rgb(217,102,190); }

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

border-color css

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

 span { border-color: rgb(217,102,190); }

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