Html Css Color HEX #D368DB Orchid

📋 copy color: '#D368DB'

red 211 ◦ green 104 ◦ blue 219

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

Shades of Orchid #D368DB

Tints of Orchid #D368DB

RGB

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

 GREEN value IS 104 (41.02% from 255) = 19.48%

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

R = 39.51%
G = 19.48%
B = 41.01%

CMYK

 C value IS 0.04

 M value IS 0.53

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#D368DB (or 0xD368DB) is known color: Orchid. HEX triplet: D3, 68 and DB. RGB value is (211,104,219). Sum of RGB (Red+Green+Blue) = 211+104+219=534 (70% of max value = 765). Red value is 211 (82.81% from 255 or 39.51% from 534); Green value is 104 (41.02% from 255 or 19.48% from 534); Blue value is 219 (85.94% from 255 or 41.01% from 534); Max value from RGB is 219 - color contains mainly: blue. Hex color #D368DB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D368DB is #2C9724. Grayscale: #949494. Windows color (decimal): -2922277 or 14379219. OLE color: 14379219.

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

Color convert

RGB 211 104 219 -
CMYK 0.04 0.53 0 0.14
HSL 295.83º 0.61% 0.63% -
HSV(B) 295.83º 0.53% 0.86% -
XYZ 44.6 28.86 70.24 -
YUV 149.1 167.45 172.15 -
System Red Green Blue C M Y K H S L
Decimal 211 104 219 0.04 0.53 0 0.14 295.83 0.61 0.63
Hex D3 68 DB 4 35 0 E 128 3D 3F
Octal 323 150 333 4 65 0 16 450 75 77
Binary 11010011 1101000 11011011 100 110101 0 1110 100101000 111101 111111

Color Harmonies of #D368DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D368DB

Black with #D368DB

Text Example


Text Example

White with #D368DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D368DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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