Html Css Color HEX #D966B8 Orchid

📋 copy color: '#D966B8'

red 217 ◦ green 102 ◦ blue 184

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

Shades of Orchid #D966B8

Tints of Orchid #D966B8

RGB

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

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

 BLUE value IS 184 (72.27% from 255) = 36.58%

R = 43.14%
G = 20.28%
B = 36.58%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.15

 K value IS 0.15

RGB Variations

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

Color information

#D966B8 (or 0xD966B8) is known color: Orchid. HEX triplet: D9, 66 and B8. RGB value is (217,102,184). Sum of RGB (Red+Green+Blue) = 217+102+184=503 (66% of max value = 765). Red value is 217 (85.16% from 255 or 43.14% from 503); Green value is 102 (40.23% from 255 or 20.28% from 503); Blue value is 184 (72.27% from 255 or 36.58% from 503); Max value from RGB is 217 - color contains mainly: red. Hex color #D966B8 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D966B8 is #269947. Grayscale: #919191. Windows color (decimal): -2529608 or 12084953. OLE color: 12084953.

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

Color convert

RGB 217 102 184 -
CMYK 0 0.53 0.15 0.15
HSL 317.22º 0.6% 0.63% -
HSV(B) 317.22º 0.53% 0.85% -
XYZ 42.02 27.72 48.48 -
YUV 145.73 149.6 178.83 -
System Red Green Blue C M Y K H S L
Decimal 217 102 184 0 0.53 0.15 0.15 317.22 0.6 0.63
Hex D9 66 B8 0 35 F F 13D 3C 3F
Octal 331 146 270 0 65 17 17 475 74 77
Binary 11011001 1100110 10111000 0 110101 1111 1111 100111101 111100 111111

Color Harmonies of #D966B8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D966B8

Black with #D966B8

Text Example


Text Example

White with #D966B8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D966B8; }

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

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

background-color css

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

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

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

border-color css

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

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

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