Html Css Color HEX #D364DD Orchid

📋 copy color: '#D364DD'

red 211 ◦ green 100 ◦ blue 221

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

Shades of Orchid #D364DD

Tints of Orchid #D364DD

RGB

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

 GREEN value IS 100 (39.45% from 255) = 18.8%

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

R = 39.66%
G = 18.8%
B = 41.54%

CMYK

 C value IS 0.05

 M value IS 0.55

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#D364DD (or 0xD364DD) is known color: Orchid. HEX triplet: D3, 64 and DD. RGB value is (211,100,221). Sum of RGB (Red+Green+Blue) = 211+100+221=532 (70% of max value = 765). Red value is 211 (82.81% from 255 or 39.66% from 532); Green value is 100 (39.45% from 255 or 18.80% from 532); Blue value is 221 (86.72% from 255 or 41.54% from 532); Max value from RGB is 221 - color contains mainly: blue. Hex color #D364DD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D364DD is #2C9B22. Grayscale: #929292. Windows color (decimal): -2923299 or 14509267. OLE color: 14509267.

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

Color convert

RGB 211 100 221 -
CMYK 0.05 0.55 0 0.13
HSL 295.04º 0.64% 0.63% -
HSV(B) 295.04º 0.55% 0.87% -
XYZ 44.47 28.18 71.5 -
YUV 146.98 169.77 173.66 -
System Red Green Blue C M Y K H S L
Decimal 211 100 221 0.05 0.55 0 0.13 295.04 0.64 0.63
Hex D3 64 DD 5 37 0 D 127 40 3F
Octal 323 144 335 5 67 0 15 447 100 77
Binary 11010011 1100100 11011101 101 110111 0 1101 100100111 1000000 111111

Color Harmonies of #D364DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D364DD

Black with #D364DD

Text Example


Text Example

White with #D364DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D364DD; }

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

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

background-color css

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

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

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

border-color css

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

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

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