Html Css Color HEX #D369DD Orchid

📋 copy color: '#D369DD'

red 211 ◦ green 105 ◦ blue 221

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

Shades of Orchid #D369DD

Tints of Orchid #D369DD

RGB

 RED value IS 211 (82.81% from 255) = 39.29%

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

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

R = 39.29%
G = 19.55%
B = 41.15%

CMYK

 C value IS 0.05

 M value IS 0.52

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#D369DD (or 0xD369DD) is known color: Orchid. HEX triplet: D3, 69 and DD. RGB value is (211,105,221). Sum of RGB (Red+Green+Blue) = 211+105+221=537 (71% of max value = 765). Red value is 211 (82.81% from 255 or 39.29% from 537); Green value is 105 (41.41% from 255 or 19.55% from 537); Blue value is 221 (86.72% from 255 or 41.15% from 537); Max value from RGB is 221 - color contains mainly: blue. Hex color #D369DD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D369DD is #2C9622. Grayscale: #959595. Windows color (decimal): -2922019 or 14510547. OLE color: 14510547.

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

Color convert

RGB 211 105 221 -
CMYK 0.05 0.52 0 0.13
HSL 294.83º 0.63% 0.64% -
HSV(B) 294.83º 0.52% 0.87% -
XYZ 44.97 29.17 71.67 -
YUV 149.92 168.12 171.57 -
System Red Green Blue C M Y K H S L
Decimal 211 105 221 0.05 0.52 0 0.13 294.83 0.63 0.64
Hex D3 69 DD 5 34 0 D 127 3F 40
Octal 323 151 335 5 64 0 15 447 77 100
Binary 11010011 1101001 11011101 101 110100 0 1101 100100111 111111 1000000

Color Harmonies of #D369DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D369DD

Black with #D369DD

Text Example


Text Example

White with #D369DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D369DD; }

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

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

background-color css

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

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

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

border-color css

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

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

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