Html Css Color HEX #D365DB Orchid

📋 copy color: '#D365DB'

red 211 ◦ green 101 ◦ blue 219

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

Shades of Orchid #D365DB

Tints of Orchid #D365DB

RGB

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

 GREEN value IS 101 (39.84% from 255) = 19.02%

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

R = 39.74%
G = 19.02%
B = 41.24%

CMYK

 C value IS 0.04

 M value IS 0.54

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#D365DB (or 0xD365DB) is known color: Orchid. HEX triplet: D3, 65 and DB. RGB value is (211,101,219). Sum of RGB (Red+Green+Blue) = 211+101+219=531 (70% of max value = 765). Red value is 211 (82.81% from 255 or 39.74% from 531); Green value is 101 (39.84% from 255 or 19.02% from 531); Blue value is 219 (85.94% from 255 or 41.24% from 531); Max value from RGB is 219 - color contains mainly: blue. Hex color #D365DB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D365DB is #2C9A24. Grayscale: #929292. Windows color (decimal): -2923045 or 14378451. OLE color: 14378451.

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

Color convert

RGB 211 101 219 -
CMYK 0.04 0.54 0 0.14
HSL 295.93º 0.62% 0.63% -
HSV(B) 295.93º 0.54% 0.86% -
XYZ 44.3 28.27 70.14 -
YUV 147.34 168.44 173.41 -
System Red Green Blue C M Y K H S L
Decimal 211 101 219 0.04 0.54 0 0.14 295.93 0.62 0.63
Hex D3 65 DB 4 36 0 E 128 3E 3F
Octal 323 145 333 4 66 0 16 450 76 77
Binary 11010011 1100101 11011011 100 110110 0 1110 100101000 111110 111111

Color Harmonies of #D365DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D365DB

Black with #D365DB

Text Example


Text Example

White with #D365DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D365DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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