Html Css Color HEX #D969DD Orchid

📋 copy color: '#D969DD'

red 217 ◦ green 105 ◦ blue 221

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

Shades of Orchid #D969DD

Tints of Orchid #D969DD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 40.7%

R = 39.96%
G = 19.34%
B = 40.7%

CMYK

 C value IS 0.02

 M value IS 0.52

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#D969DD (or 0xD969DD) is known color: Orchid. HEX triplet: D9, 69 and DD. RGB value is (217,105,221). Sum of RGB (Red+Green+Blue) = 217+105+221=543 (71% of max value = 765). Red value is 217 (85.16% from 255 or 39.96% from 543); Green value is 105 (41.41% from 255 or 19.34% from 543); Blue value is 221 (86.72% from 255 or 40.70% from 543); Max value from RGB is 221 - color contains mainly: blue. Hex color #D969DD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D969DD is #269622. Grayscale: #979797. Windows color (decimal): -2528803 or 14510553. OLE color: 14510553.

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

Color convert

RGB 217 105 221 -
CMYK 0.02 0.52 0 0.13
HSL 297.93º 0.63% 0.64% -
HSV(B) 297.93º 0.52% 0.87% -
XYZ 46.72 30.08 71.75 -
YUV 151.71 167.11 174.57 -
System Red Green Blue C M Y K H S L
Decimal 217 105 221 0.02 0.52 0 0.13 297.93 0.63 0.64
Hex D9 69 DD 2 34 0 D 12A 3F 40
Octal 331 151 335 2 64 0 15 452 77 100
Binary 11011001 1101001 11011101 10 110100 0 1101 100101010 111111 1000000

Color Harmonies of #D969DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D969DD

Black with #D969DD

Text Example


Text Example

White with #D969DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D969DD; }

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

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

background-color css

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

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

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

border-color css

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

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

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