Html Css Color HEX #D367DB Orchid

📋 copy color: '#D367DB'

red 211 ◦ green 103 ◦ blue 219

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

Shades of Orchid #D367DB

Tints of Orchid #D367DB

RGB

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

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

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

R = 39.59%
G = 19.32%
B = 41.09%

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

#D367DB (or 0xD367DB) is known color: Orchid. HEX triplet: D3, 67 and DB. RGB value is (211,103,219). Sum of RGB (Red+Green+Blue) = 211+103+219=533 (70% of max value = 765). Red value is 211 (82.81% from 255 or 39.59% from 533); Green value is 103 (40.62% from 255 or 19.32% from 533); Blue value is 219 (85.94% from 255 or 41.09% from 533); Max value from RGB is 219 - color contains mainly: blue. Hex color #D367DB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D367DB is #2C9824. Grayscale: #949494. Windows color (decimal): -2922533 or 14378963. OLE color: 14378963.

HSL color Cylindrical-coordinate representation of color #D367DB: hue angle of 295.86º degrees, saturation: 0.62, 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 #D367DB is Cyan = 0.04, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 211 103 219 -
CMYK 0.04 0.53 0 0.14
HSL 295.86º 0.62% 0.63% -
HSV(B) 295.86º 0.53% 0.86% -
XYZ 44.5 28.66 70.21 -
YUV 148.52 167.78 172.57 -
System Red Green Blue C M Y K H S L
Decimal 211 103 219 0.04 0.53 0 0.14 295.86 0.62 0.63
Hex D3 67 DB 4 35 0 E 128 3E 3F
Octal 323 147 333 4 65 0 16 450 76 77
Binary 11010011 1100111 11011011 100 110101 0 1110 100101000 111110 111111

Color Harmonies of #D367DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D367DB

Black with #D367DB

Text Example


Text Example

White with #D367DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D367DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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