Html Css Color HEX #D367DD Orchid

📋 copy color: '#D367DD'

red 211 ◦ green 103 ◦ blue 221

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

Shades of Orchid #D367DD

Tints of Orchid #D367DD

RGB

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

 GREEN value IS 103 (40.63% from 255) = 19.25%

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

R = 39.44%
G = 19.25%
B = 41.31%

CMYK

 C value IS 0.05

 M value IS 0.53

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#D367DD (or 0xD367DD) is known color: Orchid. HEX triplet: D3, 67 and DD. RGB value is (211,103,221). Sum of RGB (Red+Green+Blue) = 211+103+221=535 (70% of max value = 765). Red value is 211 (82.81% from 255 or 39.44% from 535); Green value is 103 (40.62% from 255 or 19.25% from 535); Blue value is 221 (86.72% from 255 or 41.31% from 535); Max value from RGB is 221 - color contains mainly: blue. Hex color #D367DD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D367DD is #2C9822. Grayscale: #949494. Windows color (decimal): -2922531 or 14510035. OLE color: 14510035.

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

Color convert

RGB 211 103 221 -
CMYK 0.05 0.53 0 0.13
HSL 294.92º 0.63% 0.64% -
HSV(B) 294.92º 0.53% 0.87% -
XYZ 44.77 28.77 71.6 -
YUV 148.74 168.78 172.41 -
System Red Green Blue C M Y K H S L
Decimal 211 103 221 0.05 0.53 0 0.13 294.92 0.63 0.64
Hex D3 67 DD 5 35 0 D 127 3F 40
Octal 323 147 335 5 65 0 15 447 77 100
Binary 11010011 1100111 11011101 101 110101 0 1101 100100111 111111 1000000

Color Harmonies of #D367DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D367DD

Black with #D367DD

Text Example


Text Example

White with #D367DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D367DD; }

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

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

background-color css

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

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

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

border-color css

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

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

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