Html Css Color HEX #D969DF Orchid

📋 copy color: '#D969DF'

red 217 ◦ green 105 ◦ blue 223

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

Shades of Orchid #D969DF

Tints of Orchid #D969DF

RGB

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

 GREEN value IS 105 (41.41% from 255) = 19.27%

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

R = 39.82%
G = 19.27%
B = 40.92%

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

#D969DF (or 0xD969DF) is known color: Orchid. HEX triplet: D9, 69 and DF. RGB value is (217,105,223). Sum of RGB (Red+Green+Blue) = 217+105+223=545 (72% of max value = 765). Red value is 217 (85.16% from 255 or 39.82% from 545); Green value is 105 (41.41% from 255 or 19.27% from 545); Blue value is 223 (87.5% from 255 or 40.92% from 545); Max value from RGB is 223 - color contains mainly: blue. Hex color #D969DF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D969DF is #269620. Grayscale: #979797. Windows color (decimal): -2528801 or 14641625. OLE color: 14641625.

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

Color convert

RGB 217 105 223 -
CMYK 0.03 0.53 0 0.13
HSL 296.95º 0.65% 0.64% -
HSV(B) 296.95º 0.53% 0.87% -
XYZ 46.99 30.18 73.16 -
YUV 151.94 168.11 174.41 -
System Red Green Blue C M Y K H S L
Decimal 217 105 223 0.03 0.53 0 0.13 296.95 0.65 0.64
Hex D9 69 DF 3 35 0 D 129 41 40
Octal 331 151 337 3 65 0 15 451 101 100
Binary 11011001 1101001 11011111 11 110101 0 1101 100101001 1000001 1000000

Color Harmonies of #D969DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D969DF

Black with #D969DF

Text Example


Text Example

White with #D969DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D969DF; }

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

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

background-color css

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

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

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

border-color css

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

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

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