Html Css Color HEX #D968DF Orchid

📋 copy color: '#D968DF'

red 217 ◦ green 104 ◦ blue 223

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

Shades of Orchid #D968DF

Tints of Orchid #D968DF

RGB

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

 GREEN value IS 104 (41.02% from 255) = 19.12%

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

R = 39.89%
G = 19.12%
B = 40.99%

CMYK

 C value IS 0.03

 M value IS 0.53

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#D968DF (or 0xD968DF) is known color: Orchid. HEX triplet: D9, 68 and DF. RGB value is (217,104,223). Sum of RGB (Red+Green+Blue) = 217+104+223=544 (72% of max value = 765). Red value is 217 (85.16% from 255 or 39.89% from 544); Green value is 104 (41.02% from 255 or 19.12% from 544); Blue value is 223 (87.5% from 255 or 40.99% from 544); Max value from RGB is 223 - color contains mainly: blue. Hex color #D968DF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D968DF is #269720. Grayscale: #969696. Windows color (decimal): -2529057 or 14641369. OLE color: 14641369.

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

Color convert

RGB 217 104 223 -
CMYK 0.03 0.53 0 0.13
HSL 296.97º 0.65% 0.64% -
HSV(B) 296.97º 0.53% 0.87% -
XYZ 46.88 29.98 73.13 -
YUV 151.35 168.44 174.82 -
System Red Green Blue C M Y K H S L
Decimal 217 104 223 0.03 0.53 0 0.13 296.97 0.65 0.64
Hex D9 68 DF 3 35 0 D 129 41 40
Octal 331 150 337 3 65 0 15 451 101 100
Binary 11011001 1101000 11011111 11 110101 0 1101 100101001 1000001 1000000

Color Harmonies of #D968DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D968DF

Black with #D968DF

Text Example


Text Example

White with #D968DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D968DF; }

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

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

background-color css

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

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

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

border-color css

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

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

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