Html Css Color HEX #D966DF Orchid

📋 copy color: '#D966DF'

red 217 ◦ green 102 ◦ blue 223

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

Shades of Orchid #D966DF

Tints of Orchid #D966DF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 41.14%

R = 40.04%
G = 18.82%
B = 41.14%

CMYK

 C value IS 0.03

 M value IS 0.54

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#D966DF (or 0xD966DF) is known color: Orchid. HEX triplet: D9, 66 and DF. RGB value is (217,102,223). Sum of RGB (Red+Green+Blue) = 217+102+223=542 (71% of max value = 765). Red value is 217 (85.16% from 255 or 40.04% from 542); Green value is 102 (40.23% from 255 or 18.82% from 542); Blue value is 223 (87.5% from 255 or 41.14% from 542); Max value from RGB is 223 - color contains mainly: blue. Hex color #D966DF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D966DF is #269920. Grayscale: #959595. Windows color (decimal): -2529569 or 14640857. OLE color: 14640857.

HSL color Cylindrical-coordinate representation of color #D966DF: hue angle of 297.02º degrees, saturation: 0.65, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #D966DF is Cyan = 0.03, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 217 102 223 -
CMYK 0.03 0.54 0 0.13
HSL 297.02º 0.65% 0.64% -
HSV(B) 297.02º 0.54% 0.87% -
XYZ 46.69 29.58 73.06 -
YUV 150.18 169.1 175.66 -
System Red Green Blue C M Y K H S L
Decimal 217 102 223 0.03 0.54 0 0.13 297.02 0.65 0.64
Hex D9 66 DF 3 36 0 D 129 41 40
Octal 331 146 337 3 66 0 15 451 101 100
Binary 11011001 1100110 11011111 11 110110 0 1101 100101001 1000001 1000000

Color Harmonies of #D966DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D966DF

Black with #D966DF

Text Example


Text Example

White with #D966DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D966DF; }

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

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

background-color css

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

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

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

border-color css

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

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

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