Html Css Color HEX #D361DB Orchid

📋 copy color: '#D361DB'

red 211 ◦ green 97 ◦ blue 219

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

Shades of Orchid #D361DB

Tints of Orchid #D361DB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 41.56%

R = 40.04%
G = 18.41%
B = 41.56%

CMYK

 C value IS 0.04

 M value IS 0.56

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#D361DB (or 0xD361DB) is known color: Orchid. HEX triplet: D3, 61 and DB. RGB value is (211,97,219). Sum of RGB (Red+Green+Blue) = 211+97+219=527 (69% of max value = 765). Red value is 211 (82.81% from 255 or 40.04% from 527); Green value is 97 (38.28% from 255 or 18.41% from 527); Blue value is 219 (85.94% from 255 or 41.56% from 527); Max value from RGB is 219 - color contains mainly: blue. Hex color #D361DB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D361DB is #2C9E24. Grayscale: #909090. Windows color (decimal): -2924069 or 14377427. OLE color: 14377427.

HSL color Cylindrical-coordinate representation of color #D361DB: hue angle of 296.07º degrees, saturation: 0.63, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #D361DB is Cyan = 0.04, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 211 97 219 -
CMYK 0.04 0.56 0 0.14
HSL 296.07º 0.63% 0.62% -
HSV(B) 296.07º 0.56% 0.86% -
XYZ 43.92 27.51 70.01 -
YUV 144.99 169.77 175.08 -
System Red Green Blue C M Y K H S L
Decimal 211 97 219 0.04 0.56 0 0.14 296.07 0.63 0.62
Hex D3 61 DB 4 38 0 E 128 3F 3E
Octal 323 141 333 4 70 0 16 450 77 76
Binary 11010011 1100001 11011011 100 111000 0 1110 100101000 111111 111110

Color Harmonies of #D361DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D361DB

Black with #D361DB

Text Example


Text Example

White with #D361DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D361DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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