Html Css Color HEX #D361DD Orchid

📋 copy color: '#D361DD'

red 211 ◦ green 97 ◦ blue 221

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

Shades of Orchid #D361DD

Tints of Orchid #D361DD

RGB

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

 GREEN value IS 97 (38.28% from 255) = 18.34%

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

R = 39.89%
G = 18.34%
B = 41.78%

CMYK

 C value IS 0.05

 M value IS 0.56

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#D361DD (or 0xD361DD) is known color: Orchid. HEX triplet: D3, 61 and DD. RGB value is (211,97,221). Sum of RGB (Red+Green+Blue) = 211+97+221=529 (70% of max value = 765). Red value is 211 (82.81% from 255 or 39.89% from 529); Green value is 97 (38.28% from 255 or 18.34% from 529); Blue value is 221 (86.72% from 255 or 41.78% from 529); Max value from RGB is 221 - color contains mainly: blue. Hex color #D361DD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D361DD is #2C9E22. Grayscale: #909090. Windows color (decimal): -2924067 or 14508499. OLE color: 14508499.

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

Color convert

RGB 211 97 221 -
CMYK 0.05 0.56 0 0.13
HSL 295.16º 0.65% 0.62% -
HSV(B) 295.16º 0.56% 0.87% -
XYZ 44.19 27.62 71.41 -
YUV 145.22 170.77 174.92 -
System Red Green Blue C M Y K H S L
Decimal 211 97 221 0.05 0.56 0 0.13 295.16 0.65 0.62
Hex D3 61 DD 5 38 0 D 127 41 3E
Octal 323 141 335 5 70 0 15 447 101 76
Binary 11010011 1100001 11011101 101 111000 0 1101 100100111 1000001 111110

Color Harmonies of #D361DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D361DD

Black with #D361DD

Text Example


Text Example

White with #D361DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D361DD; }

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

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

background-color css

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

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

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

border-color css

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

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

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