Html Css Color HEX #D966B6 Orchid

📋 copy color: '#D966B6'

red 217 ◦ green 102 ◦ blue 182

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

Shades of Orchid #D966B6

Tints of Orchid #D966B6

RGB

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

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

 BLUE value IS 182 (71.48% from 255) = 36.33%

R = 43.31%
G = 20.36%
B = 36.33%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.16

 K value IS 0.15

RGB Variations

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

Color information

#D966B6 (or 0xD966B6) is known color: Orchid. HEX triplet: D9, 66 and B6. RGB value is (217,102,182). Sum of RGB (Red+Green+Blue) = 217+102+182=501 (66% of max value = 765). Red value is 217 (85.16% from 255 or 43.31% from 501); Green value is 102 (40.23% from 255 or 20.36% from 501); Blue value is 182 (71.48% from 255 or 36.33% from 501); Max value from RGB is 217 - color contains mainly: red. Hex color #D966B6 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D966B6 is #269949. Grayscale: #919191. Windows color (decimal): -2529610 or 11953881. OLE color: 11953881.

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

Color convert

RGB 217 102 182 -
CMYK 0 0.53 0.16 0.15
HSL 318.26º 0.6% 0.63% -
HSV(B) 318.26º 0.53% 0.85% -
XYZ 41.81 27.63 47.39 -
YUV 145.51 148.6 179 -
System Red Green Blue C M Y K H S L
Decimal 217 102 182 0 0.53 0.16 0.15 318.26 0.6 0.63
Hex D9 66 B6 0 35 10 F 13E 3C 3F
Octal 331 146 266 0 65 20 17 476 74 77
Binary 11011001 1100110 10110110 0 110101 10000 1111 100111110 111100 111111

Color Harmonies of #D966B6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D966B6

Black with #D966B6

Text Example


Text Example

White with #D966B6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D966B6; }

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

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

background-color css

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

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

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

border-color css

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

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

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