Html Css Color HEX #D366DD Orchid

📋 copy color: '#D366DD'

red 211 ◦ green 102 ◦ blue 221

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

Shades of Orchid #D366DD

Tints of Orchid #D366DD

RGB

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

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

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

R = 39.51%
G = 19.1%
B = 41.39%

CMYK

 C value IS 0.05

 M value IS 0.54

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#D366DD (or 0xD366DD) is known color: Orchid. HEX triplet: D3, 66 and DD. RGB value is (211,102,221). Sum of RGB (Red+Green+Blue) = 211+102+221=534 (70% of max value = 765). Red value is 211 (82.81% from 255 or 39.51% from 534); Green value is 102 (40.23% from 255 or 19.10% from 534); Blue value is 221 (86.72% from 255 or 41.39% from 534); Max value from RGB is 221 - color contains mainly: blue. Hex color #D366DD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D366DD is #2C9922. Grayscale: #939393. Windows color (decimal): -2922787 or 14509779. OLE color: 14509779.

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

Color convert

RGB 211 102 221 -
CMYK 0.05 0.54 0 0.13
HSL 294.96º 0.64% 0.63% -
HSV(B) 294.96º 0.54% 0.87% -
XYZ 44.67 28.57 71.57 -
YUV 148.16 169.11 172.82 -
System Red Green Blue C M Y K H S L
Decimal 211 102 221 0.05 0.54 0 0.13 294.96 0.64 0.63
Hex D3 66 DD 5 36 0 D 127 40 3F
Octal 323 146 335 5 66 0 15 447 100 77
Binary 11010011 1100110 11011101 101 110110 0 1101 100100111 1000000 111111

Color Harmonies of #D366DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D366DD

Black with #D366DD

Text Example


Text Example

White with #D366DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D366DD; }

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

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

background-color css

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

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

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

border-color css

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

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

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