Html Css Color HEX #D368D1 Orchid

📋 copy color: '#D368D1'

red 211 ◦ green 104 ◦ blue 209

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

Shades of Orchid #D368D1

Tints of Orchid #D368D1

RGB

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

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

 BLUE value IS 209 (82.03% from 255) = 39.89%

R = 40.27%
G = 19.85%
B = 39.89%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.01

 K value IS 0.17

RGB Variations

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

Color information

#D368D1 (or 0xD368D1) is known color: Orchid. HEX triplet: D3, 68 and D1. RGB value is (211,104,209). Sum of RGB (Red+Green+Blue) = 211+104+209=524 (69% of max value = 765). Red value is 211 (82.81% from 255 or 40.27% from 524); Green value is 104 (41.02% from 255 or 19.85% from 524); Blue value is 209 (82.03% from 255 or 39.89% from 524); Max value from RGB is 211 - color contains mainly: red. Hex color #D368D1 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D368D1 is #2C972E. Grayscale: #939393. Windows color (decimal): -2922287 or 13723859. OLE color: 13723859.

HSL color Cylindrical-coordinate representation of color #D368D1: hue angle of 301.12º degrees, saturation: 0.55, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #D368D1 is Cyan = 0, Magento = 0.51, Yellow = 0.01 and Black (K on CMYK) = 0.17.

Color convert

RGB 211 104 209 -
CMYK 0 0.51 0.01 0.17
HSL 301.12º 0.55% 0.62% -
HSV(B) 301.12º 0.51% 0.83% -
XYZ 43.32 28.35 63.51 -
YUV 147.96 162.45 172.96 -
System Red Green Blue C M Y K H S L
Decimal 211 104 209 0 0.51 0.01 0.17 301.12 0.55 0.62
Hex D3 68 D1 0 33 1 11 12D 37 3E
Octal 323 150 321 0 63 1 21 455 67 76
Binary 11010011 1101000 11010001 0 110011 1 10001 100101101 110111 111110

Color Harmonies of #D368D1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D368D1

Black with #D368D1

Text Example


Text Example

White with #D368D1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D368D1; }

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

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

background-color css

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

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

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

border-color css

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

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

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